Html Css Color HEX #41FCFC Baby Blue

📋 copy color: '#41FCFC'

red 65 ◦ green 252 ◦ blue 252

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

Shades of Baby Blue #41FCFC

Tints of Baby Blue #41FCFC

RGB

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

 GREEN value IS 252 (98.83% from 255) = 44.29%

 BLUE value IS 252 (98.83% from 255) = 44.29%

R = 11.42%
G = 44.29%
B = 44.29%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#41FCFC (or 0x41FCFC) is known color: Baby Blue. HEX triplet: 41, FC and FC. RGB value is (65,252,252). Sum of RGB (Red+Green+Blue) = 65+252+252=569 (75% of max value = 765). Red value is 65 (25.78% from 255 or 11.42% from 569); Green value is 252 (98.83% from 255 or 44.29% from 569); Blue value is 252 (98.83% from 255 or 44.29% from 569); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #41FCFC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #41FCFC is #BE0303. Grayscale: #C3C3C3. Windows color (decimal): -12452612 or 16579649. OLE color: 16579649.

HSL color Cylindrical-coordinate representation of color #41FCFC: hue angle of 180º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41FCFC is Cyan = 0.74, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 65 252 252 -
CMYK 0.74 0 0 0.01
HSL 180º 0.97% 0.62% -
HSV(B) 180º 0.74% 0.99% -
XYZ 54.56 77.77 104.23 -
YUV 196.09 159.55 34.5 -
System Red Green Blue C M Y K H S L
Decimal 65 252 252 0.74 0 0 0.01 180 0.97 0.62
Hex 41 FC FC 4A 0 0 1 B4 61 3E
Octal 101 374 374 112 0 0 1 264 141 76
Binary 1000001 11111100 11111100 1001010 0 0 1 10110100 1100001 111110

Color Harmonies of #41FCFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41FCFC

Black with #41FCFC

Text Example


Text Example

White with #41FCFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,252,252); }

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

background-color css

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

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

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

border-color css

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

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

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