Html Css Color HEX #66FEF3 Baby Blue

📋 copy color: '#66FEF3'

red 102 ◦ green 254 ◦ blue 243

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

Shades of Baby Blue #66FEF3

Tints of Baby Blue #66FEF3

RGB

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

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

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

R = 17.03%
G = 42.4%
B = 40.57%

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

#66FEF3 (or 0x66FEF3) is known color: Baby Blue. HEX triplet: 66, FE and F3. RGB value is (102,254,243). Sum of RGB (Red+Green+Blue) = 102+254+243=599 (79% of max value = 765). Red value is 102 (40.23% from 255 or 17.03% from 599); Green value is 254 (99.61% from 255 or 42.40% from 599); Blue value is 243 (95.31% from 255 or 40.57% from 599); Max value from RGB is 254 - color contains mainly: green. Hex color #66FEF3 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #66FEF3 is #99010C. Grayscale: #CFCFCF. Windows color (decimal): -10027277 or 15990374. OLE color: 15990374.

HSL color Cylindrical-coordinate representation of color #66FEF3: hue angle of 175.66º 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 #66FEF3 is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.00.

Color convert

RGB 102 254 243 -
CMYK 0.60 0 0.04 0.00
HSL 175.66º 0.99% 0.7% -
HSV(B) 175.66º 0.6% 1% -
XYZ 57.1 80.18 97.26 -
YUV 207.3 148.14 52.89 -
System Red Green Blue C M Y K H S L
Decimal 102 254 243 0.60 0 0.04 0.00 175.66 0.99 0.7
Hex 66 FE F3 3C 0 4 0 B0 63 46
Octal 146 376 363 74 0 4 0 260 143 106
Binary 1100110 11111110 11110011 111100 0 100 0 10110000 1100011 1000110

Color Harmonies of #66FEF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66FEF3

Black with #66FEF3

Text Example


Text Example

White with #66FEF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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