Html Css Color HEX #68FCE4 Baby Blue

📋 copy color: '#68FCE4'

red 104 ◦ green 252 ◦ blue 228

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

Shades of Baby Blue #68FCE4

Tints of Baby Blue #68FCE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 39.04%

R = 17.81%
G = 43.15%
B = 39.04%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#68FCE4 (or 0x68FCE4) is known color: Baby Blue. HEX triplet: 68, FC and E4. RGB value is (104,252,228). Sum of RGB (Red+Green+Blue) = 104+252+228=584 (77% of max value = 765). Red value is 104 (41.02% from 255 or 17.81% from 584); Green value is 252 (98.83% from 255 or 43.15% from 584); Blue value is 228 (89.45% from 255 or 39.04% from 584); Max value from RGB is 252 - color contains mainly: green. Hex color #68FCE4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68FCE4 is #97031B. Grayscale: #CCCCCC. Windows color (decimal): -9896732 or 15006824. OLE color: 15006824.

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

Color convert

RGB 104 252 228 -
CMYK 0.59 0 0.10 0.01
HSL 170.27º 0.96% 0.7% -
HSV(B) 170.27º 0.59% 0.99% -
XYZ 54.52 78.17 85.61 -
YUV 205.01 140.97 55.95 -
System Red Green Blue C M Y K H S L
Decimal 104 252 228 0.59 0 0.10 0.01 170.27 0.96 0.7
Hex 68 FC E4 3B 0 A 1 AA 60 46
Octal 150 374 344 73 0 12 1 252 140 106
Binary 1101000 11111100 11100100 111011 0 1010 1 10101010 1100000 1000110

Color Harmonies of #68FCE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68FCE4

Black with #68FCE4

Text Example


Text Example

White with #68FCE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,252,228); }

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

background-color css

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

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

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

border-color css

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

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

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