Html Css Color HEX #63ACDB Malibu

📋 copy color: '#63ACDB'

red 99 ◦ green 172 ◦ blue 219

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

Shades of Malibu #63ACDB

Tints of Malibu #63ACDB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 35.1%

 BLUE value IS 219 (85.94% from 255) = 44.69%

R = 20.2%
G = 35.1%
B = 44.69%

CMYK

 C value IS 0.55

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#63ACDB (or 0x63ACDB) is known color: Malibu. HEX triplet: 63, AC and DB. RGB value is (99,172,219). Sum of RGB (Red+Green+Blue) = 99+172+219=490 (64% of max value = 765). Red value is 99 (39.06% from 255 or 20.20% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #63ACDB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #63ACDB is #9C5324. Grayscale: #9B9B9B. Windows color (decimal): -10244901 or 14396515. OLE color: 14396515.

HSL color Cylindrical-coordinate representation of color #63ACDB: hue angle of 203.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #63ACDB is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 99 172 219 -
CMYK 0.55 0.21 0 0.14
HSL 203.5º 0.63% 0.62% -
HSV(B) 203.5º 0.55% 0.86% -
XYZ 32.68 37.27 72.49 -
YUV 155.53 163.82 87.68 -
System Red Green Blue C M Y K H S L
Decimal 99 172 219 0.55 0.21 0 0.14 203.5 0.63 0.62
Hex 63 AC DB 37 15 0 E CC 3E 3E
Octal 143 254 333 67 25 0 16 314 76 76
Binary 1100011 10101100 11011011 110111 10101 0 1110 11001100 111110 111110

Color Harmonies of #63ACDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63ACDB

Black with #63ACDB

Text Example


Text Example

White with #63ACDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,172,219); }

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

background-color css

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

 a { background-color: rgb(99,172,219); }

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

border-color css

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

 span { border-color: rgb(99,172,219); }

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