Html Css Color HEX #68EAFB Baby Blue

📋 copy color: '#68EAFB'

red 104 ◦ green 234 ◦ blue 251

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

Shades of Baby Blue #68EAFB

Tints of Baby Blue #68EAFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 42.61%

R = 17.66%
G = 39.73%
B = 42.61%

CMYK

 C value IS 0.59

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#68EAFB (or 0x68EAFB) is known color: Baby Blue. HEX triplet: 68, EA and FB. RGB value is (104,234,251). Sum of RGB (Red+Green+Blue) = 104+234+251=589 (78% of max value = 765). Red value is 104 (41.02% from 255 or 17.66% from 589); Green value is 234 (91.80% from 255 or 39.73% from 589); Blue value is 251 (98.44% from 255 or 42.61% from 589); Max value from RGB is 251 - color contains mainly: blue. Hex color #68EAFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68EAFB is #971504. Grayscale: #C4C4C4. Windows color (decimal): -9901317 or 16509544. OLE color: 16509544.

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

Color convert

RGB 104 234 251 -
CMYK 0.59 0.07 0 0.02
HSL 186.94º 0.95% 0.7% -
HSV(B) 186.94º 0.59% 0.98% -
XYZ 52.54 68.75 101.77 -
YUV 197.07 158.43 61.62 -
System Red Green Blue C M Y K H S L
Decimal 104 234 251 0.59 0.07 0 0.02 186.94 0.95 0.7
Hex 68 EA FB 3B 7 0 2 BB 5F 46
Octal 150 352 373 73 7 0 2 273 137 106
Binary 1101000 11101010 11111011 111011 111 0 10 10111011 1011111 1000110

Color Harmonies of #68EAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68EAFB

Black with #68EAFB

Text Example


Text Example

White with #68EAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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