Html Css Color HEX #68F5E4 Baby Blue

📋 copy color: '#68F5E4'

red 104 ◦ green 245 ◦ blue 228

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

Shades of Baby Blue #68F5E4

Tints of Baby Blue #68F5E4

RGB

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

 GREEN value IS 245 (96.09% from 255) = 42.46%

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

R = 18.02%
G = 42.46%
B = 39.51%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.07

 K value IS 0.04

RGB Variations

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

Color information

#68F5E4 (or 0x68F5E4) is known color: Baby Blue. HEX triplet: 68, F5 and E4. RGB value is (104,245,228). Sum of RGB (Red+Green+Blue) = 104+245+228=577 (76% of max value = 765). Red value is 104 (41.02% from 255 or 18.02% from 577); Green value is 245 (96.09% from 255 or 42.46% from 577); Blue value is 228 (89.45% from 255 or 39.51% from 577); Max value from RGB is 245 - color contains mainly: green. Hex color #68F5E4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #68F5E4 is #970A1B. Grayscale: #C8C8C8. Windows color (decimal): -9898524 or 15005032. OLE color: 15005032.

HSL color Cylindrical-coordinate representation of color #68F5E4: hue angle of 172.77º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68F5E4 is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB 104 245 228 -
CMYK 0.58 0 0.07 0.04
HSL 172.77º 0.88% 0.68% -
HSV(B) 172.77º 0.58% 0.96% -
XYZ 52.36 73.85 84.89 -
YUV 200.9 143.29 58.88 -
System Red Green Blue C M Y K H S L
Decimal 104 245 228 0.58 0 0.07 0.04 172.77 0.88 0.68
Hex 68 F5 E4 3A 0 7 4 AD 58 44
Octal 150 365 344 72 0 7 4 255 130 104
Binary 1101000 11110101 11100100 111010 0 111 100 10101101 1011000 1000100

Color Harmonies of #68F5E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68F5E4

Black with #68F5E4

Text Example


Text Example

White with #68F5E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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