Html Css Color HEX #66FCF3 Baby Blue

📋 copy color: '#66FCF3'

red 102 ◦ green 252 ◦ blue 243

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

Shades of Baby Blue #66FCF3

Tints of Baby Blue #66FCF3

RGB

 RED value IS 102 (40.23% from 255) = 17.09%

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

 BLUE value IS 243 (95.31% from 255) = 40.7%

R = 17.09%
G = 42.21%
B = 40.7%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.04

 K value IS 0.01

RGB Variations

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

Color information

#66FCF3 (or 0x66FCF3) is known color: Baby Blue. HEX triplet: 66, FC and F3. RGB value is (102,252,243). Sum of RGB (Red+Green+Blue) = 102+252+243=597 (79% of max value = 765). Red value is 102 (40.23% from 255 or 17.09% from 597); Green value is 252 (98.83% from 255 or 42.21% from 597); Blue value is 243 (95.31% from 255 or 40.70% from 597); Max value from RGB is 252 - color contains mainly: green. Hex color #66FCF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66FCF3 is #99030C. Grayscale: #CECECE. Windows color (decimal): -10027789 or 15989862. OLE color: 15989862.

HSL color Cylindrical-coordinate representation of color #66FCF3: hue angle of 176.4º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66FCF3 is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.

Color convert

RGB 102 252 243 -
CMYK 0.60 0 0.04 0.01
HSL 176.4º 0.96% 0.69% -
HSV(B) 176.4º 0.6% 0.99% -
XYZ 56.47 78.92 97.05 -
YUV 206.12 148.81 53.73 -
System Red Green Blue C M Y K H S L
Decimal 102 252 243 0.60 0 0.04 0.01 176.4 0.96 0.69
Hex 66 FC F3 3C 0 4 1 B0 60 45
Octal 146 374 363 74 0 4 1 260 140 105
Binary 1100110 11111100 11110011 111100 0 100 1 10110000 1100000 1000101

Color Harmonies of #66FCF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66FCF3

Black with #66FCF3

Text Example


Text Example

White with #66FCF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66FCF3; }

 p { color: rgb(102,252,243); }

 H1.HeaderClassName
 {
   color: #66FCF3;
 }
 .AnyTagClassName
 {
   color: #66FCF3;
 }
</style>

background-color css

<style>
 a { background-color: #66FCF3; }

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

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

border-color css

<style>
 span { border-color: #66FCF3; }

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

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