Html Css Color HEX #63ECF6 Baby Blue

📋 copy color: '#63ECF6'

red 99 ◦ green 236 ◦ blue 246

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

Shades of Baby Blue #63ECF6

Tints of Baby Blue #63ECF6

RGB

 RED value IS 99 (39.06% from 255) = 17.04%

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

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

R = 17.04%
G = 40.62%
B = 42.34%

CMYK

 C value IS 0.60

 M value IS 0.04

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#63ECF6 (or 0x63ECF6) is known color: Baby Blue. HEX triplet: 63, EC and F6. RGB value is (99,236,246). Sum of RGB (Red+Green+Blue) = 99+236+246=581 (76% of max value = 765). Red value is 99 (39.06% from 255 or 17.04% from 581); Green value is 236 (92.58% from 255 or 40.62% from 581); Blue value is 246 (96.48% from 255 or 42.34% from 581); Max value from RGB is 246 - color contains mainly: blue. Hex color #63ECF6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63ECF6 is #9C1309. Grayscale: #C3C3C3. Windows color (decimal): -10228490 or 16182371. OLE color: 16182371.

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

Color convert

RGB 99 236 246 -
CMYK 0.60 0.04 0 0.04
HSL 184.08º 0.89% 0.68% -
HSV(B) 184.08º 0.6% 0.96% -
XYZ 51.78 69.3 97.84 -
YUV 196.18 156.11 58.69 -
System Red Green Blue C M Y K H S L
Decimal 99 236 246 0.60 0.04 0 0.04 184.08 0.89 0.68
Hex 63 EC F6 3C 4 0 4 B8 59 44
Octal 143 354 366 74 4 0 4 270 131 104
Binary 1100011 11101100 11110110 111100 100 0 100 10111000 1011001 1000100

Color Harmonies of #63ECF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63ECF6

Black with #63ECF6

Text Example


Text Example

White with #63ECF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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