Html Css Color HEX #63EEFF Baby Blue

📋 copy color: '#63EEFF'

red 99 ◦ green 238 ◦ blue 255

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

Shades of Baby Blue #63EEFF

Tints of Baby Blue #63EEFF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 40.2%

 BLUE value IS 255 (100% from 255) = 43.07%

R = 16.72%
G = 40.2%
B = 43.07%

CMYK

 C value IS 0.61

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#63EEFF (or 0x63EEFF) is known color: Baby Blue. HEX triplet: 63, EE and FF. RGB value is (99,238,255). Sum of RGB (Red+Green+Blue) = 99+238+255=592 (78% of max value = 765). Red value is 99 (39.06% from 255 or 16.72% from 592); Green value is 238 (93.36% from 255 or 40.20% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #63EEFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63EEFF is #9C1100. Grayscale: #C6C6C6. Windows color (decimal): -10227969 or 16772707. OLE color: 16772707.

HSL color Cylindrical-coordinate representation of color #63EEFF: hue angle of 186.54º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #63EEFF is Cyan = 0.61, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 99 238 255 -
CMYK 0.61 0.07 0 0
HSL 186.54º 1% 0.69% -
HSV(B) 186.54º 0.61% 1% -
XYZ 53.77 71.02 105.48 -
YUV 198.38 159.95 57.12 -
System Red Green Blue C M Y K H S L
Decimal 99 238 255 0.61 0.07 0 0 186.54 1 0.69
Hex 63 EE FF 3D 7 0 0 BB 64 45
Octal 143 356 377 75 7 0 0 273 144 105
Binary 1100011 11101110 11111111 111101 111 0 0 10111011 1100100 1000101

Color Harmonies of #63EEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63EEFF

Black with #63EEFF

Text Example


Text Example

White with #63EEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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