Html Css Color HEX #68E8FF Baby Blue

📋 copy color: '#68E8FF'

red 104 ◦ green 232 ◦ blue 255

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

Shades of Baby Blue #68E8FF

Tints of Baby Blue #68E8FF

RGB

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

 GREEN value IS 232 (91.02% from 255) = 39.26%

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

R = 17.6%
G = 39.26%
B = 43.15%

CMYK

 C value IS 0.59

 M value IS 0.09

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#68E8FF (or 0x68E8FF) is known color: Baby Blue. HEX triplet: 68, E8 and FF. RGB value is (104,232,255). Sum of RGB (Red+Green+Blue) = 104+232+255=591 (78% of max value = 765). Red value is 104 (41.02% from 255 or 17.60% from 591); Green value is 232 (91.02% from 255 or 39.26% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #68E8FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68E8FF is #971700. Grayscale: #C4C4C4. Windows color (decimal): -9901825 or 16771176. OLE color: 16771176.

HSL color Cylindrical-coordinate representation of color #68E8FF: hue angle of 189.14º 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 #68E8FF is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 104 232 255 -
CMYK 0.59 0.09 0 0
HSL 189.14º 1% 0.7% -
HSV(B) 189.14º 0.59% 1% -
XYZ 52.62 67.88 104.94 -
YUV 196.35 161.09 62.13 -
System Red Green Blue C M Y K H S L
Decimal 104 232 255 0.59 0.09 0 0 189.14 1 0.7
Hex 68 E8 FF 3B 9 0 0 BD 64 46
Octal 150 350 377 73 11 0 0 275 144 106
Binary 1101000 11101000 11111111 111011 1001 0 0 10111101 1100100 1000110

Color Harmonies of #68E8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68E8FF

Black with #68E8FF

Text Example


Text Example

White with #68E8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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