Html Css Color HEX #63F0FD Baby Blue

📋 copy color: '#63F0FD'

red 99 ◦ green 240 ◦ blue 253

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

Shades of Baby Blue #63F0FD

Tints of Baby Blue #63F0FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.74%

R = 16.72%
G = 40.54%
B = 42.74%

CMYK

 C value IS 0.61

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#63F0FD (or 0x63F0FD) is known color: Baby Blue. HEX triplet: 63, F0 and FD. RGB value is (99,240,253). Sum of RGB (Red+Green+Blue) = 99+240+253=592 (78% of max value = 765). Red value is 99 (39.06% from 255 or 16.72% from 592); Green value is 240 (94.14% from 255 or 40.54% from 592); Blue value is 253 (99.22% from 255 or 42.74% from 592); Max value from RGB is 253 - color contains mainly: blue. Hex color #63F0FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63F0FD is #9C0F02. Grayscale: #C7C7C7. Windows color (decimal): -10227459 or 16642147. OLE color: 16642147.

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

Color convert

RGB 99 240 253 -
CMYK 0.61 0.05 0 0.01
HSL 185.06º 0.97% 0.69% -
HSV(B) 185.06º 0.61% 0.99% -
XYZ 54.04 72.06 103.99 -
YUV 199.32 158.29 56.44 -
System Red Green Blue C M Y K H S L
Decimal 99 240 253 0.61 0.05 0 0.01 185.06 0.97 0.69
Hex 63 F0 FD 3D 5 0 1 B9 61 45
Octal 143 360 375 75 5 0 1 271 141 105
Binary 1100011 11110000 11111101 111101 101 0 1 10111001 1100001 1000101

Color Harmonies of #63F0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63F0FD

Black with #63F0FD

Text Example


Text Example

White with #63F0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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