Html Css Color HEX #63EDF4 Baby Blue

📋 copy color: '#63EDF4'

red 99 ◦ green 237 ◦ blue 244

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

Shades of Baby Blue #63EDF4

Tints of Baby Blue #63EDF4

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.86%

 BLUE value IS 244 (95.7% from 255) = 42.07%

R = 17.07%
G = 40.86%
B = 42.07%

CMYK

 C value IS 0.59

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#63EDF4 (or 0x63EDF4) is known color: Baby Blue. HEX triplet: 63, ED and F4. RGB value is (99,237,244). Sum of RGB (Red+Green+Blue) = 99+237+244=580 (76% of max value = 765). Red value is 99 (39.06% from 255 or 17.07% from 580); Green value is 237 (92.97% from 255 or 40.86% from 580); Blue value is 244 (95.70% from 255 or 42.07% from 580); Max value from RGB is 244 - color contains mainly: blue. Hex color #63EDF4 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63EDF4 is #9C120B. Grayscale: #C4C4C4. Windows color (decimal): -10228236 or 16051555. OLE color: 16051555.

HSL color Cylindrical-coordinate representation of color #63EDF4: hue angle of 182.9º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63EDF4 is Cyan = 0.59, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 99 237 244 -
CMYK 0.59 0.03 0 0.04
HSL 182.9º 0.87% 0.67% -
HSV(B) 182.9º 0.59% 0.96% -
XYZ 51.76 69.75 96.32 -
YUV 196.54 154.78 58.43 -
System Red Green Blue C M Y K H S L
Decimal 99 237 244 0.59 0.03 0 0.04 182.9 0.87 0.67
Hex 63 ED F4 3B 3 0 4 B7 57 43
Octal 143 355 364 73 3 0 4 267 127 103
Binary 1100011 11101101 11110100 111011 11 0 100 10110111 1010111 1000011

Color Harmonies of #63EDF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63EDF4

Black with #63EDF4

Text Example


Text Example

White with #63EDF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,237,244); }

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

background-color css

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

 a { background-color: rgb(99,237,244); }

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

border-color css

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

 span { border-color: rgb(99,237,244); }

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