Html Css Color HEX #63F0EE Baby Blue

📋 copy color: '#63F0EE'

red 99 ◦ green 240 ◦ blue 238

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

Shades of Baby Blue #63F0EE

Tints of Baby Blue #63F0EE

RGB

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

 GREEN value IS 240 (94.14% from 255) = 41.59%

 BLUE value IS 238 (93.36% from 255) = 41.25%

R = 17.16%
G = 41.59%
B = 41.25%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#63F0EE (or 0x63F0EE) is known color: Baby Blue. HEX triplet: 63, F0 and EE. RGB value is (99,240,238). Sum of RGB (Red+Green+Blue) = 99+240+238=577 (76% of max value = 765). Red value is 99 (39.06% from 255 or 17.16% from 577); Green value is 240 (94.14% from 255 or 41.59% from 577); Blue value is 238 (93.36% from 255 or 41.25% from 577); Max value from RGB is 240 - color contains mainly: green. Hex color #63F0EE is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63F0EE is #9C0F11. Grayscale: #C5C5C5. Windows color (decimal): -10227474 or 15659107. OLE color: 15659107.

HSL color Cylindrical-coordinate representation of color #63F0EE: hue angle of 179.15º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63F0EE is Cyan = 0.59, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 99 240 238 -
CMYK 0.59 0 0.01 0.06
HSL 179.15º 0.82% 0.66% -
HSV(B) 179.15º 0.59% 0.94% -
XYZ 51.74 71.15 91.89 -
YUV 197.61 150.79 57.66 -
System Red Green Blue C M Y K H S L
Decimal 99 240 238 0.59 0 0.01 0.06 179.15 0.82 0.66
Hex 63 F0 EE 3B 0 1 6 B3 52 42
Octal 143 360 356 73 0 1 6 263 122 102
Binary 1100011 11110000 11101110 111011 0 1 110 10110011 1010010 1000010

Color Harmonies of #63F0EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63F0EE

Black with #63F0EE

Text Example


Text Example

White with #63F0EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,240,238); }

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

background-color css

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

 a { background-color: rgb(99,240,238); }

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

border-color css

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

 span { border-color: rgb(99,240,238); }

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