Html Css Color HEX #68F2EF Baby Blue

📋 copy color: '#68F2EF'

red 104 ◦ green 242 ◦ blue 239

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

Shades of Baby Blue #68F2EF

Tints of Baby Blue #68F2EF

RGB

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

 GREEN value IS 242 (94.92% from 255) = 41.37%

 BLUE value IS 239 (93.75% from 255) = 40.85%

R = 17.78%
G = 41.37%
B = 40.85%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.01

 K value IS 0.05

RGB Variations

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

Color information

#68F2EF (or 0x68F2EF) is known color: Baby Blue. HEX triplet: 68, F2 and EF. RGB value is (104,242,239). Sum of RGB (Red+Green+Blue) = 104+242+239=585 (77% of max value = 765). Red value is 104 (41.02% from 255 or 17.78% from 585); Green value is 242 (94.92% from 255 or 41.37% from 585); Blue value is 239 (93.75% from 255 or 40.85% from 585); Max value from RGB is 242 - color contains mainly: green. Hex color #68F2EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68F2EF is #970D10. Grayscale: #C8C8C8. Windows color (decimal): -9899281 or 15725160. OLE color: 15725160.

HSL color Cylindrical-coordinate representation of color #68F2EF: hue angle of 178.7º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F2EF is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.

Color convert

RGB 104 242 239 -
CMYK 0.57 0 0.01 0.05
HSL 178.7º 0.84% 0.68% -
HSV(B) 178.7º 0.57% 0.95% -
XYZ 53.04 72.68 92.89 -
YUV 200.4 149.78 59.24 -
System Red Green Blue C M Y K H S L
Decimal 104 242 239 0.57 0 0.01 0.05 178.7 0.84 0.68
Hex 68 F2 EF 39 0 1 5 B3 54 44
Octal 150 362 357 71 0 1 5 263 124 104
Binary 1101000 11110010 11101111 111001 0 1 101 10110011 1010100 1000100

Color Harmonies of #68F2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68F2EF

Black with #68F2EF

Text Example


Text Example

White with #68F2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,242,239); }

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

background-color css

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

 a { background-color: rgb(104,242,239); }

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

border-color css

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

 span { border-color: rgb(104,242,239); }

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