Html Css Color HEX #68F0EF Baby Blue

📋 copy color: '#68F0EF'

red 104 ◦ green 240 ◦ blue 239

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

Shades of Baby Blue #68F0EF

Tints of Baby Blue #68F0EF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.17%

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

R = 17.84%
G = 41.17%
B = 40.99%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#68F0EF (or 0x68F0EF) is known color: Baby Blue. HEX triplet: 68, F0 and EF. RGB value is (104,240,239). Sum of RGB (Red+Green+Blue) = 104+240+239=583 (77% of max value = 765). Red value is 104 (41.02% from 255 or 17.84% from 583); Green value is 240 (94.14% from 255 or 41.17% from 583); Blue value is 239 (93.75% from 255 or 40.99% from 583); Max value from RGB is 240 - color contains mainly: green. Hex color #68F0EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68F0EF is #970F10. Grayscale: #C7C7C7. Windows color (decimal): -9899793 or 15724648. OLE color: 15724648.

HSL color Cylindrical-coordinate representation of color #68F0EF: hue angle of 179.56º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F0EF is Cyan = 0.57, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 104 240 239 -
CMYK 0.57 0 0.00 0.06
HSL 179.56º 0.82% 0.67% -
HSV(B) 179.56º 0.57% 0.94% -
XYZ 52.45 71.5 92.7 -
YUV 199.22 150.44 60.08 -
System Red Green Blue C M Y K H S L
Decimal 104 240 239 0.57 0 0.00 0.06 179.56 0.82 0.67
Hex 68 F0 EF 39 0 0 6 B4 52 43
Octal 150 360 357 71 0 0 6 264 122 103
Binary 1101000 11110000 11101111 111001 0 0 110 10110100 1010010 1000011

Color Harmonies of #68F0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68F0EF

Black with #68F0EF

Text Example


Text Example

White with #68F0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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