Html Css Color HEX #63FCFF Baby Blue

📋 copy color: '#63FCFF'

red 99 ◦ green 252 ◦ blue 255

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

Shades of Baby Blue #63FCFF

Tints of Baby Blue #63FCFF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 41.58%

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

R = 16.34%
G = 41.58%
B = 42.08%

CMYK

 C value IS 0.61

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#63FCFF (or 0x63FCFF) is known color: Baby Blue. HEX triplet: 63, FC and FF. RGB value is (99,252,255). Sum of RGB (Red+Green+Blue) = 99+252+255=606 (80% of max value = 765). Red value is 99 (39.06% from 255 or 16.34% from 606); Green value is 252 (98.83% from 255 or 41.58% from 606); Blue value is 255 (100% from 255 or 42.08% from 606); Max value from RGB is 255 - color contains mainly: blue. Hex color #63FCFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63FCFF is #9C0300. Grayscale: #CECECE. Windows color (decimal): -10224385 or 16776291. OLE color: 16776291.

HSL color Cylindrical-coordinate representation of color #63FCFF: hue angle of 181.15º 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 #63FCFF is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 99 252 255 -
CMYK 0.61 0.01 0 0
HSL 181.15º 1% 0.69% -
HSV(B) 181.15º 0.61% 1% -
XYZ 58.01 79.49 106.89 -
YUV 206.6 155.31 51.26 -
System Red Green Blue C M Y K H S L
Decimal 99 252 255 0.61 0.01 0 0 181.15 1 0.69
Hex 63 FC FF 3D 1 0 0 B5 64 45
Octal 143 374 377 75 1 0 0 265 144 105
Binary 1100011 11111100 11111111 111101 1 0 0 10110101 1100100 1000101

Color Harmonies of #63FCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63FCFF

Black with #63FCFF

Text Example


Text Example

White with #63FCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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