Html Css Color HEX #41FFFA Baby Blue

📋 copy color: '#41FFFA'

red 65 ◦ green 255 ◦ blue 250

#41FFFA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Baby Blue #41FFFA

Tints of Baby Blue #41FFFA

RGB

 RED value IS 65 (25.78% from 255) = 11.4%

 GREEN value IS 255 (100% from 255) = 44.74%

 BLUE value IS 250 (98.05% from 255) = 43.86%

R = 11.4%
G = 44.74%
B = 43.86%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.02

 K value IS 0

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#41FFFA (or 0x41FFFA) is known color: Baby Blue. HEX triplet: 41, FF and FA. RGB value is (65,255,250). Sum of RGB (Red+Green+Blue) = 65+255+250=570 (75% of max value = 765). Red value is 65 (25.78% from 255 or 11.40% from 570); Green value is 255 (100% from 255 or 44.74% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 255 - color contains mainly: green. Hex color #41FFFA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41FFFA is #BE0005. Grayscale: #C5C5C5. Windows color (decimal): -12451846 or 16449345. OLE color: 16449345.

HSL color Cylindrical-coordinate representation of color #41FFFA: hue angle of 178.42º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #41FFFA is Cyan = 0.75, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.

Color convert

RGB 65 255 250 -
CMYK 0.75 0 0.02 0
HSL 178.42º 1% 0.63% -
HSV(B) 178.42º 0.75% 1% -
XYZ 55.2 79.55 102.89 -
YUV 197.62 157.55 33.41 -
System Red Green Blue C M Y K H S L
Decimal 65 255 250 0.75 0 0.02 0 178.42 1 0.63
Hex 41 FF FA 4B 0 2 0 B2 64 3F
Octal 101 377 372 113 0 2 0 262 144 77
Binary 1000001 11111111 11111010 1001011 0 10 0 10110010 1100100 111111

Color Harmonies of #41FFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41FFFA

Black with #41FFFA

Text Example


Text Example

White with #41FFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41FFFA; }

 p { color: rgb(65,255,250); }

 H1.HeaderClassName
 {
   color: #41FFFA;
 }
 .AnyTagClassName
 {
   color: #41FFFA;
 }
</style>

background-color css

<style>
 a { background-color: #41FFFA; }

 a { background-color: rgb(65,255,250); }

 div.DivClassName
 {
   background-color: #41FFFA;
 }
 .BgClassName
 {
   background-color: #41FFFA;
 }
</style>

border-color css

<style>
 span { border-color: #41FFFA; }

 span { border-color: rgb(65,255,250); }

 td.TdClassName
 {
   border-color: #41FFFA;
 }
 .TagClassName
 {
   border-color: #41FFFA;
 }
</style>