#62B4F8

Color #62B4F8 Maya Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maya Blue #62B4F8

Tints of Maya Blue #62B4F8

Color information

#62B4F8 (or 0x62B4F8) is unknown color: approx Maya Blue. HEX triplet: 62, B4 and F8. RGB value is (98,180,248). Sum of RGB (Red+Green+Blue) = 98+180+248=526 (69% of max value = 765). Red value is 98 (38.67% from 255 or 18.63% from 526); Green value is 180 (70.70% from 255 or 34.22% from 526); Blue value is 248 (97.27% from 255 or 47.15% from 526); Max value from RGB is 248 - color contains mainly: blue. Hex color #62B4F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62B4F8 is #9D4B07. Grayscale: #A2A2A2. Windows color (decimal): -10308360 or 16299106. OLE color: 16299106.

HSL color Cylindrical-coordinate representation of color #62B4F8: hue angle of 207.2º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #62B4F8 is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB98180248-
CMYK0.600.2700.03
HSL207.2º91.46%67.84%-
HSV(B)207.2º60.48%97.25%-
XYZ38.342.0294.9-
YUV163.23175.8381.47-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 18.63%
GREEN value IS 180 (70.70% from 255) = 34.22%
BLUE value IS 248 (97.27% from 255) = 47.15%
R=18.63%
G=34.22%
B=47.15%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal981802480.600.2700.03207.291.4667.84
Hex62B4F83C1B03cf5b44
Octal142264370743303317133104
Binary11000101011010011111000111100110110111100111110110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62B4F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,180,248); }

 H1.HeaderClassName
 {
   color: #62B4F8;
 }
 .AnyTagClassName
 {
   color: #62B4F8;
 }
</style>
background-color css

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

 a { background-color: rgb(98,180,248); }

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

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

 span { border-color: rgb(98,180,248); }

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