Html Css Color HEX #68EEFF Baby Blue

📋 copy color: '#68EEFF'

red 104 ◦ green 238 ◦ blue 255

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

Shades of Baby Blue #68EEFF

Tints of Baby Blue #68EEFF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 39.87%

 BLUE value IS 255 (100% from 255) = 42.71%

R = 17.42%
G = 39.87%
B = 42.71%

CMYK

 C value IS 0.59

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#68EEFF (or 0x68EEFF) is known color: Baby Blue. HEX triplet: 68, EE and FF. RGB value is (104,238,255). Sum of RGB (Red+Green+Blue) = 104+238+255=597 (79% of max value = 765). Red value is 104 (41.02% from 255 or 17.42% from 597); Green value is 238 (93.36% from 255 or 39.87% from 597); Blue value is 255 (100% from 255 or 42.71% from 597); Max value from RGB is 255 - color contains mainly: blue. Hex color #68EEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68EEFF is #971100. Grayscale: #C7C7C7. Windows color (decimal): -9900289 or 16772712. OLE color: 16772712.

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

Color convert

RGB 104 238 255 -
CMYK 0.59 0.07 0 0
HSL 186.76º 1% 0.7% -
HSV(B) 186.76º 0.59% 1% -
XYZ 54.33 71.31 105.51 -
YUV 199.87 159.11 59.62 -
System Red Green Blue C M Y K H S L
Decimal 104 238 255 0.59 0.07 0 0 186.76 1 0.7
Hex 68 EE FF 3B 7 0 0 BB 64 46
Octal 150 356 377 73 7 0 0 273 144 106
Binary 1101000 11101110 11111111 111011 111 0 0 10111011 1100100 1000110

Color Harmonies of #68EEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EEFF

Black with #68EEFF

Text Example


Text Example

White with #68EEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,238,255); }

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

background-color css

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

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

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

border-color css

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

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

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