Html Css Color HEX #66FEF5 Baby Blue

📋 copy color: '#66FEF5'

red 102 ◦ green 254 ◦ blue 245

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

Shades of Baby Blue #66FEF5

Tints of Baby Blue #66FEF5

RGB

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

 GREEN value IS 254 (99.61% from 255) = 42.26%

 BLUE value IS 245 (96.09% from 255) = 40.77%

R = 16.97%
G = 42.26%
B = 40.77%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.04

 K value IS 0.00

RGB Variations

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

Color information

#66FEF5 (or 0x66FEF5) is known color: Baby Blue. HEX triplet: 66, FE and F5. RGB value is (102,254,245). Sum of RGB (Red+Green+Blue) = 102+254+245=601 (79% of max value = 765). Red value is 102 (40.23% from 255 or 16.97% from 601); Green value is 254 (99.61% from 255 or 42.26% from 601); Blue value is 245 (96.09% from 255 or 40.77% from 601); Max value from RGB is 254 - color contains mainly: green. Hex color #66FEF5 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66FEF5 is #99010A. Grayscale: #CFCFCF. Windows color (decimal): -10027275 or 16121446. OLE color: 16121446.

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

Color convert

RGB 102 254 245 -
CMYK 0.60 0 0.04 0.00
HSL 176.45º 0.99% 0.7% -
HSV(B) 176.45º 0.6% 1% -
XYZ 57.4 80.3 98.86 -
YUV 207.53 149.14 52.73 -
System Red Green Blue C M Y K H S L
Decimal 102 254 245 0.60 0 0.04 0.00 176.45 0.99 0.7
Hex 66 FE F5 3C 0 4 0 B0 63 46
Octal 146 376 365 74 0 4 0 260 143 106
Binary 1100110 11111110 11110101 111100 0 100 0 10110000 1100011 1000110

Color Harmonies of #66FEF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66FEF5

Black with #66FEF5

Text Example


Text Example

White with #66FEF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,254,245); }

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

background-color css

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

 a { background-color: rgb(102,254,245); }

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

border-color css

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

 span { border-color: rgb(102,254,245); }

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