Html Css Color HEX #68FEEF Baby Blue

📋 copy color: '#68FEEF'

red 104 ◦ green 254 ◦ blue 239

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

Shades of Baby Blue #68FEEF

Tints of Baby Blue #68FEEF

RGB

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

 GREEN value IS 254 (99.61% from 255) = 42.55%

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

R = 17.42%
G = 42.55%
B = 40.03%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.06

 K value IS 0.00

RGB Variations

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

Color information

#68FEEF (or 0x68FEEF) is known color: Baby Blue. HEX triplet: 68, FE and EF. RGB value is (104,254,239). Sum of RGB (Red+Green+Blue) = 104+254+239=597 (79% of max value = 765). Red value is 104 (41.02% from 255 or 17.42% from 597); Green value is 254 (99.61% from 255 or 42.55% from 597); Blue value is 239 (93.75% from 255 or 40.03% from 597); Max value from RGB is 254 - color contains mainly: green. Hex color #68FEEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68FEEF is #970110. Grayscale: #CFCFCF. Windows color (decimal): -9896209 or 15728232. OLE color: 15728232.

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

Color convert

RGB 104 254 239 -
CMYK 0.59 0 0.06 0.00
HSL 174º 0.99% 0.7% -
HSV(B) 174º 0.59% 1% -
XYZ 56.73 80.06 94.12 -
YUV 207.44 145.81 54.22 -
System Red Green Blue C M Y K H S L
Decimal 104 254 239 0.59 0 0.06 0.00 174 0.99 0.7
Hex 68 FE EF 3B 0 6 0 AE 63 46
Octal 150 376 357 73 0 6 0 256 143 106
Binary 1101000 11111110 11101111 111011 0 110 0 10101110 1100011 1000110

Color Harmonies of #68FEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68FEEF

Black with #68FEEF

Text Example


Text Example

White with #68FEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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