Html Css Color HEX #41EDFF Baby Blue

📋 copy color: '#41EDFF'

red 65 ◦ green 237 ◦ blue 255

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

Shades of Baby Blue #41EDFF

Tints of Baby Blue #41EDFF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.55%

 BLUE value IS 255 (100% from 255) = 45.78%

R = 11.67%
G = 42.55%
B = 45.78%

CMYK

 C value IS 0.75

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#41EDFF (or 0x41EDFF) is known color: Baby Blue. HEX triplet: 41, ED and FF. RGB value is (65,237,255). Sum of RGB (Red+Green+Blue) = 65+237+255=557 (73% of max value = 765). Red value is 65 (25.78% from 255 or 11.67% from 557); Green value is 237 (92.97% from 255 or 42.55% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #41EDFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41EDFF is #BE1200. Grayscale: #BBBBBB. Windows color (decimal): -12456449 or 16772417. OLE color: 16772417.

HSL color Cylindrical-coordinate representation of color #41EDFF: hue angle of 185.68º 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 #41EDFF is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 65 237 255 -
CMYK 0.75 0.07 0 0
HSL 185.68º 1% 0.63% -
HSV(B) 185.68º 0.75% 1% -
XYZ 50.51 68.91 105.25 -
YUV 187.62 166.02 40.54 -
System Red Green Blue C M Y K H S L
Decimal 65 237 255 0.75 0.07 0 0 185.68 1 0.63
Hex 41 ED FF 4B 7 0 0 BA 64 3F
Octal 101 355 377 113 7 0 0 272 144 77
Binary 1000001 11101101 11111111 1001011 111 0 0 10111010 1100100 111111

Color Harmonies of #41EDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41EDFF

Black with #41EDFF

Text Example


Text Example

White with #41EDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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