Html Css Color HEX #68E8FE Baby Blue

📋 copy color: '#68E8FE'

red 104 ◦ green 232 ◦ blue 254

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

Shades of Baby Blue #68E8FE

Tints of Baby Blue #68E8FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.05%

R = 17.63%
G = 39.32%
B = 43.05%

CMYK

 C value IS 0.59

 M value IS 0.09

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#68E8FE (or 0x68E8FE) is known color: Baby Blue. HEX triplet: 68, E8 and FE. RGB value is (104,232,254). Sum of RGB (Red+Green+Blue) = 104+232+254=590 (78% of max value = 765). Red value is 104 (41.02% from 255 or 17.63% from 590); Green value is 232 (91.02% from 255 or 39.32% from 590); Blue value is 254 (99.61% from 255 or 43.05% from 590); Max value from RGB is 254 - color contains mainly: blue. Hex color #68E8FE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68E8FE is #971701. Grayscale: #C4C4C4. Windows color (decimal): -9901826 or 16705640. OLE color: 16705640.

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

Color convert

RGB 104 232 254 -
CMYK 0.59 0.09 0 0.00
HSL 188.8º 0.99% 0.7% -
HSV(B) 188.8º 0.59% 1% -
XYZ 52.45 67.81 104.09 -
YUV 196.24 160.59 62.21 -
System Red Green Blue C M Y K H S L
Decimal 104 232 254 0.59 0.09 0 0.00 188.8 0.99 0.7
Hex 68 E8 FE 3B 9 0 0 BD 63 46
Octal 150 350 376 73 11 0 0 275 143 106
Binary 1101000 11101000 11111110 111011 1001 0 0 10111101 1100011 1000110

Color Harmonies of #68E8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68E8FE

Black with #68E8FE

Text Example


Text Example

White with #68E8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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