Html Css Color HEX #62AFDA Malibu

📋 copy color: '#62AFDA'

red 98 ◦ green 175 ◦ blue 218

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

Shades of Malibu #62AFDA

Tints of Malibu #62AFDA

RGB

 RED value IS 98 (38.67% from 255) = 19.96%

 GREEN value IS 175 (68.75% from 255) = 35.64%

 BLUE value IS 218 (85.55% from 255) = 44.4%

R = 19.96%
G = 35.64%
B = 44.4%

CMYK

 C value IS 0.55

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#62AFDA (or 0x62AFDA) is known color: Malibu. HEX triplet: 62, AF and DA. RGB value is (98,175,218). Sum of RGB (Red+Green+Blue) = 98+175+218=491 (65% of max value = 765). Red value is 98 (38.67% from 255 or 19.96% from 491); Green value is 175 (68.75% from 255 or 35.64% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #62AFDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62AFDA is #9D5025. Grayscale: #9C9C9C. Windows color (decimal): -10309670 or 14331746. OLE color: 14331746.

HSL color Cylindrical-coordinate representation of color #62AFDA: hue angle of 201.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #62AFDA is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 98 175 218 -
CMYK 0.55 0.20 0 0.15
HSL 201.5º 0.62% 0.62% -
HSV(B) 201.5º 0.55% 0.85% -
XYZ 33.02 38.32 71.99 -
YUV 156.88 162.49 86 -
System Red Green Blue C M Y K H S L
Decimal 98 175 218 0.55 0.20 0 0.15 201.5 0.62 0.62
Hex 62 AF DA 37 14 0 F CA 3E 3E
Octal 142 257 332 67 24 0 17 312 76 76
Binary 1100010 10101111 11011010 110111 10100 0 1111 11001010 111110 111110

Color Harmonies of #62AFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62AFDA

Black with #62AFDA

Text Example


Text Example

White with #62AFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62AFDA; }

 p { color: rgb(98,175,218); }

 H1.HeaderClassName
 {
   color: #62AFDA;
 }
 .AnyTagClassName
 {
   color: #62AFDA;
 }
</style>

background-color css

<style>
 a { background-color: #62AFDA; }

 a { background-color: rgb(98,175,218); }

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

border-color css

<style>
 span { border-color: #62AFDA; }

 span { border-color: rgb(98,175,218); }

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