Html Css Color HEX #68F7EF Baby Blue

📋 copy color: '#68F7EF'

red 104 ◦ green 247 ◦ blue 239

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

Shades of Baby Blue #68F7EF

Tints of Baby Blue #68F7EF

RGB

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

 GREEN value IS 247 (96.88% from 255) = 41.86%

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

R = 17.63%
G = 41.86%
B = 40.51%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.03

 K value IS 0.03

RGB Variations

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

Color information

#68F7EF (or 0x68F7EF) is known color: Baby Blue. HEX triplet: 68, F7 and EF. RGB value is (104,247,239). Sum of RGB (Red+Green+Blue) = 104+247+239=590 (78% of max value = 765). Red value is 104 (41.02% from 255 or 17.63% from 590); Green value is 247 (96.88% from 255 or 41.86% from 590); Blue value is 239 (93.75% from 255 or 40.51% from 590); Max value from RGB is 247 - color contains mainly: green. Hex color #68F7EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68F7EF is #970810. Grayscale: #CBCBCB. Windows color (decimal): -9898001 or 15726440. OLE color: 15726440.

HSL color Cylindrical-coordinate representation of color #68F7EF: hue angle of 176.64º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68F7EF is Cyan = 0.58, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB 104 247 239 -
CMYK 0.58 0 0.03 0.03
HSL 176.64º 0.9% 0.69% -
HSV(B) 176.64º 0.58% 0.97% -
XYZ 54.55 75.7 93.4 -
YUV 203.33 148.12 57.15 -
System Red Green Blue C M Y K H S L
Decimal 104 247 239 0.58 0 0.03 0.03 176.64 0.9 0.69
Hex 68 F7 EF 3A 0 3 3 B1 5A 45
Octal 150 367 357 72 0 3 3 261 132 105
Binary 1101000 11110111 11101111 111010 0 11 11 10110001 1011010 1000101

Color Harmonies of #68F7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68F7EF

Black with #68F7EF

Text Example


Text Example

White with #68F7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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