Html Css Color HEX #63EFF0 Baby Blue

📋 copy color: '#63EFF0'

red 99 ◦ green 239 ◦ blue 240

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

Shades of Baby Blue #63EFF0

Tints of Baby Blue #63EFF0

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.35%

 BLUE value IS 240 (94.14% from 255) = 41.52%

R = 17.13%
G = 41.35%
B = 41.52%

CMYK

 C value IS 0.59

 M value IS 0.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#63EFF0 (or 0x63EFF0) is known color: Baby Blue. HEX triplet: 63, EF and F0. RGB value is (99,239,240). Sum of RGB (Red+Green+Blue) = 99+239+240=578 (76% of max value = 765). Red value is 99 (39.06% from 255 or 17.13% from 578); Green value is 239 (93.75% from 255 or 41.35% from 578); Blue value is 240 (94.14% from 255 or 41.52% from 578); Max value from RGB is 240 - color contains mainly: blue. Hex color #63EFF0 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #63EFF0 is #9C100F. Grayscale: #C5C5C5. Windows color (decimal): -10227728 or 15789923. OLE color: 15789923.

HSL color Cylindrical-coordinate representation of color #63EFF0: hue angle of 180.43º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63EFF0 is Cyan = 0.59, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 99 239 240 -
CMYK 0.59 0.00 0 0.06
HSL 180.43º 0.82% 0.66% -
HSV(B) 180.43º 0.59% 0.94% -
XYZ 51.74 70.68 93.35 -
YUV 197.25 152.12 57.92 -
System Red Green Blue C M Y K H S L
Decimal 99 239 240 0.59 0.00 0 0.06 180.43 0.82 0.66
Hex 63 EF F0 3B 0 0 6 B4 52 42
Octal 143 357 360 73 0 0 6 264 122 102
Binary 1100011 11101111 11110000 111011 0 0 110 10110100 1010010 1000010

Color Harmonies of #63EFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63EFF0

Black with #63EFF0

Text Example


Text Example

White with #63EFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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