Html Css Color HEX #41EFFE Baby Blue

📋 copy color: '#41EFFE'

red 65 ◦ green 239 ◦ blue 254

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

Shades of Baby Blue #41EFFE

Tints of Baby Blue #41EFFE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42.83%

 BLUE value IS 254 (99.61% from 255) = 45.52%

R = 11.65%
G = 42.83%
B = 45.52%

CMYK

 C value IS 0.74

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#41EFFE (or 0x41EFFE) is known color: Baby Blue. HEX triplet: 41, EF and FE. RGB value is (65,239,254). Sum of RGB (Red+Green+Blue) = 65+239+254=558 (73% of max value = 765). Red value is 65 (25.78% from 255 or 11.65% from 558); Green value is 239 (93.75% from 255 or 42.83% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #41EFFE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41EFFE is #BE1001. Grayscale: #BCBCBC. Windows color (decimal): -12455938 or 16707393. OLE color: 16707393.

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

Color convert

RGB 65 239 254 -
CMYK 0.74 0.06 0 0.00
HSL 184.76º 0.99% 0.63% -
HSV(B) 184.76º 0.74% 1% -
XYZ 50.94 70.01 104.6 -
YUV 188.68 164.85 39.78 -
System Red Green Blue C M Y K H S L
Decimal 65 239 254 0.74 0.06 0 0.00 184.76 0.99 0.63
Hex 41 EF FE 4A 6 0 0 B9 63 3F
Octal 101 357 376 112 6 0 0 271 143 77
Binary 1000001 11101111 11111110 1001010 110 0 0 10111001 1100011 111111

Color Harmonies of #41EFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41EFFE

Black with #41EFFE

Text Example


Text Example

White with #41EFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,239,254); }

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

background-color css

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

 a { background-color: rgb(65,239,254); }

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

border-color css

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

 span { border-color: rgb(65,239,254); }

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