Html Css Color HEX #63FDFF Baby Blue

📋 copy color: '#63FDFF'

red 99 ◦ green 253 ◦ blue 255

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

Shades of Baby Blue #63FDFF

Tints of Baby Blue #63FDFF

RGB

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

 GREEN value IS 253 (99.22% from 255) = 41.68%

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

R = 16.31%
G = 41.68%
B = 42.01%

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

#63FDFF (or 0x63FDFF) is known color: Baby Blue. HEX triplet: 63, FD and FF. RGB value is (99,253,255). Sum of RGB (Red+Green+Blue) = 99+253+255=607 (80% of max value = 765). Red value is 99 (39.06% from 255 or 16.31% from 607); Green value is 253 (99.22% from 255 or 41.68% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #63FDFF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63FDFF is #9C0200. Grayscale: #CFCFCF. Windows color (decimal): -10224129 or 16776547. OLE color: 16776547.

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

Color convert

RGB 99 253 255 -
CMYK 0.61 0.01 0 0
HSL 180.77º 1% 0.69% -
HSV(B) 180.77º 0.61% 1% -
XYZ 58.32 80.12 107 -
YUV 207.18 154.98 50.84 -
System Red Green Blue C M Y K H S L
Decimal 99 253 255 0.61 0.01 0 0 180.77 1 0.69
Hex 63 FD FF 3D 1 0 0 B5 64 45
Octal 143 375 377 75 1 0 0 265 144 105
Binary 1100011 11111101 11111111 111101 1 0 0 10110101 1100100 1000101

Color Harmonies of #63FDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63FDFF

Black with #63FDFF

Text Example


Text Example

White with #63FDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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