Html Css Color HEX #68ECFB Baby Blue

📋 copy color: '#68ECFB'

red 104 ◦ green 236 ◦ blue 251

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

Shades of Baby Blue #68ECFB

Tints of Baby Blue #68ECFB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 39.93%

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

R = 17.6%
G = 39.93%
B = 42.47%

CMYK

 C value IS 0.59

 M value IS 0.06

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#68ECFB (or 0x68ECFB) is known color: Baby Blue. HEX triplet: 68, EC and FB. RGB value is (104,236,251). Sum of RGB (Red+Green+Blue) = 104+236+251=591 (78% of max value = 765). Red value is 104 (41.02% from 255 or 17.60% from 591); Green value is 236 (92.58% from 255 or 39.93% from 591); Blue value is 251 (98.44% from 255 or 42.47% from 591); Max value from RGB is 251 - color contains mainly: blue. Hex color #68ECFB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68ECFB is #971304. Grayscale: #C6C6C6. Windows color (decimal): -9900805 or 16510056. OLE color: 16510056.

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

Color convert

RGB 104 236 251 -
CMYK 0.59 0.06 0 0.02
HSL 186.12º 0.95% 0.7% -
HSV(B) 186.12º 0.59% 0.98% -
XYZ 53.12 69.9 101.96 -
YUV 198.24 157.77 60.78 -
System Red Green Blue C M Y K H S L
Decimal 104 236 251 0.59 0.06 0 0.02 186.12 0.95 0.7
Hex 68 EC FB 3B 6 0 2 BA 5F 46
Octal 150 354 373 73 6 0 2 272 137 106
Binary 1101000 11101100 11111011 111011 110 0 10 10111010 1011111 1000110

Color Harmonies of #68ECFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ECFB

Black with #68ECFB

Text Example


Text Example

White with #68ECFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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