Html Css Color HEX #63F2EB Baby Blue

📋 copy color: '#63F2EB'

red 99 ◦ green 242 ◦ blue 235

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

Shades of Baby Blue #63F2EB

Tints of Baby Blue #63F2EB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.01%

 BLUE value IS 235 (92.19% from 255) = 40.8%

R = 17.19%
G = 42.01%
B = 40.8%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#63F2EB (or 0x63F2EB) is known color: Baby Blue. HEX triplet: 63, F2 and EB. RGB value is (99,242,235). Sum of RGB (Red+Green+Blue) = 99+242+235=576 (76% of max value = 765). Red value is 99 (39.06% from 255 or 17.19% from 576); Green value is 242 (94.92% from 255 or 42.01% from 576); Blue value is 235 (92.19% from 255 or 40.80% from 576); Max value from RGB is 242 - color contains mainly: green. Hex color #63F2EB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63F2EB is #9C0D14. Grayscale: #C6C6C6. Windows color (decimal): -10226965 or 15463011. OLE color: 15463011.

HSL color Cylindrical-coordinate representation of color #63F2EB: hue angle of 177.06º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63F2EB is Cyan = 0.59, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 99 242 235 -
CMYK 0.59 0 0.03 0.05
HSL 177.06º 0.85% 0.67% -
HSV(B) 177.06º 0.59% 0.95% -
XYZ 51.89 72.16 89.79 -
YUV 198.45 148.62 57.07 -
System Red Green Blue C M Y K H S L
Decimal 99 242 235 0.59 0 0.03 0.05 177.06 0.85 0.67
Hex 63 F2 EB 3B 0 3 5 B1 55 43
Octal 143 362 353 73 0 3 5 261 125 103
Binary 1100011 11110010 11101011 111011 0 11 101 10110001 1010101 1000011

Color Harmonies of #63F2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63F2EB

Black with #63F2EB

Text Example


Text Example

White with #63F2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,242,235); }

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

background-color css

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

 a { background-color: rgb(99,242,235); }

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

border-color css

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

 span { border-color: rgb(99,242,235); }

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