Html Css Color HEX #68EAFE Baby Blue

📋 copy color: '#68EAFE'

red 104 ◦ green 234 ◦ blue 254

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

Shades of Baby Blue #68EAFE

Tints of Baby Blue #68EAFE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 39.53%

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

R = 17.57%
G = 39.53%
B = 42.91%

CMYK

 C value IS 0.59

 M value IS 0.08

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#68EAFE (or 0x68EAFE) is known color: Baby Blue. HEX triplet: 68, EA and FE. RGB value is (104,234,254). Sum of RGB (Red+Green+Blue) = 104+234+254=592 (78% of max value = 765). Red value is 104 (41.02% from 255 or 17.57% from 592); Green value is 234 (91.80% from 255 or 39.53% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #68EAFE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68EAFE is #971501. Grayscale: #C5C5C5. Windows color (decimal): -9901314 or 16706152. OLE color: 16706152.

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

Color convert

RGB 104 234 254 -
CMYK 0.59 0.08 0 0.00
HSL 188º 0.99% 0.7% -
HSV(B) 188º 0.59% 1% -
XYZ 53.02 68.94 104.28 -
YUV 197.41 159.93 61.37 -
System Red Green Blue C M Y K H S L
Decimal 104 234 254 0.59 0.08 0 0.00 188 0.99 0.7
Hex 68 EA FE 3B 8 0 0 BC 63 46
Octal 150 352 376 73 10 0 0 274 143 106
Binary 1101000 11101010 11111110 111011 1000 0 0 10111100 1100011 1000110

Color Harmonies of #68EAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EAFE

Black with #68EAFE

Text Example


Text Example

White with #68EAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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