Html Css Color HEX #68ECF6 Baby Blue

📋 copy color: '#68ECF6'

red 104 ◦ green 236 ◦ blue 246

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

Shades of Baby Blue #68ECF6

Tints of Baby Blue #68ECF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 41.98%

R = 17.75%
G = 40.27%
B = 41.98%

CMYK

 C value IS 0.58

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#68ECF6 (or 0x68ECF6) is known color: Baby Blue. HEX triplet: 68, EC and F6. RGB value is (104,236,246). Sum of RGB (Red+Green+Blue) = 104+236+246=586 (77% of max value = 765). Red value is 104 (41.02% from 255 or 17.75% from 586); Green value is 236 (92.58% from 255 or 40.27% from 586); Blue value is 246 (96.48% from 255 or 41.98% from 586); Max value from RGB is 246 - color contains mainly: blue. Hex color #68ECF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #68ECF6 is #971309. Grayscale: #C5C5C5. Windows color (decimal): -9900810 or 16182376. OLE color: 16182376.

HSL color Cylindrical-coordinate representation of color #68ECF6: hue angle of 184.23º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #68ECF6 is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 104 236 246 -
CMYK 0.58 0.04 0 0.04
HSL 184.23º 0.89% 0.69% -
HSV(B) 184.23º 0.58% 0.96% -
XYZ 52.34 69.59 97.86 -
YUV 197.67 155.27 61.19 -
System Red Green Blue C M Y K H S L
Decimal 104 236 246 0.58 0.04 0 0.04 184.23 0.89 0.69
Hex 68 EC F6 3A 4 0 4 B8 59 45
Octal 150 354 366 72 4 0 4 270 131 105
Binary 1101000 11101100 11110110 111010 100 0 100 10111000 1011001 1000101

Color Harmonies of #68ECF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68ECF6

Black with #68ECF6

Text Example


Text Example

White with #68ECF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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