Html Css Color HEX #68EFEF Baby Blue

📋 copy color: '#68EFEF'

red 104 ◦ green 239 ◦ blue 239

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

Shades of Baby Blue #68EFEF

Tints of Baby Blue #68EFEF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.07%

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

R = 17.87%
G = 41.07%
B = 41.07%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#68EFEF (or 0x68EFEF) is known color: Baby Blue. HEX triplet: 68, EF and EF. RGB value is (104,239,239). Sum of RGB (Red+Green+Blue) = 104+239+239=582 (77% of max value = 765). Red value is 104 (41.02% from 255 or 17.87% from 582); Green value is 239 (93.75% from 255 or 41.07% from 582); Blue value is 239 (93.75% from 255 or 41.07% from 582); Max value from RGB is 239 - color contains mainly: green, blue. Hex color #68EFEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68EFEF is #971010. Grayscale: #C6C6C6. Windows color (decimal): -9900049 or 15724392. OLE color: 15724392.

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

Color convert

RGB 104 239 239 -
CMYK 0.56 0 0 0.06
HSL 180º 0.81% 0.67% -
HSV(B) 180º 0.56% 0.94% -
XYZ 52.16 70.91 92.6 -
YUV 198.64 150.77 60.5 -
System Red Green Blue C M Y K H S L
Decimal 104 239 239 0.56 0 0 0.06 180 0.81 0.67
Hex 68 EF EF 38 0 0 6 B4 51 43
Octal 150 357 357 70 0 0 6 264 121 103
Binary 1101000 11101111 11101111 111000 0 0 110 10110100 1010001 1000011

Color Harmonies of #68EFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EFEF

Black with #68EFEF

Text Example


Text Example

White with #68EFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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