Html Css Color HEX #68FEEC Baby Blue

📋 copy color: '#68FEEC'

red 104 ◦ green 254 ◦ blue 236

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

Shades of Baby Blue #68FEEC

Tints of Baby Blue #68FEEC

RGB

 RED value IS 104 (41.02% from 255) = 17.51%

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

 BLUE value IS 236 (92.58% from 255) = 39.73%

R = 17.51%
G = 42.76%
B = 39.73%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#68FEEC (or 0x68FEEC) is known color: Baby Blue. HEX triplet: 68, FE and EC. RGB value is (104,254,236). Sum of RGB (Red+Green+Blue) = 104+254+236=594 (78% of max value = 765). Red value is 104 (41.02% from 255 or 17.51% from 594); Green value is 254 (99.61% from 255 or 42.76% from 594); Blue value is 236 (92.58% from 255 or 39.73% from 594); Max value from RGB is 254 - color contains mainly: green. Hex color #68FEEC is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68FEEC is #970113. Grayscale: #CFCFCF. Windows color (decimal): -9896212 or 15531624. OLE color: 15531624.

HSL color Cylindrical-coordinate representation of color #68FEEC: hue angle of 172.8º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68FEEC is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB 104 254 236 -
CMYK 0.59 0 0.07 0.00
HSL 172.8º 0.99% 0.7% -
HSV(B) 172.8º 0.59% 1% -
XYZ 56.29 79.88 91.81 -
YUV 207.1 144.31 54.46 -
System Red Green Blue C M Y K H S L
Decimal 104 254 236 0.59 0 0.07 0.00 172.8 0.99 0.7
Hex 68 FE EC 3B 0 7 0 AD 63 46
Octal 150 376 354 73 0 7 0 255 143 106
Binary 1101000 11111110 11101100 111011 0 111 0 10101101 1100011 1000110

Color Harmonies of #68FEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68FEEC

Black with #68FEEC

Text Example


Text Example

White with #68FEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68FEEC; }

 p { color: rgb(104,254,236); }

 H1.HeaderClassName
 {
   color: #68FEEC;
 }
 .AnyTagClassName
 {
   color: #68FEEC;
 }
</style>

background-color css

<style>
 a { background-color: #68FEEC; }

 a { background-color: rgb(104,254,236); }

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

border-color css

<style>
 span { border-color: #68FEEC; }

 span { border-color: rgb(104,254,236); }

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