Html Css Color HEX #62BFF1 Malibu

📋 copy color: '#62BFF1'

red 98 ◦ green 191 ◦ blue 241

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

Shades of Malibu #62BFF1

Tints of Malibu #62BFF1

RGB

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

 GREEN value IS 191 (75% from 255) = 36.04%

 BLUE value IS 241 (94.53% from 255) = 45.47%

R = 18.49%
G = 36.04%
B = 45.47%

CMYK

 C value IS 0.59

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#62BFF1 (or 0x62BFF1) is known color: Malibu. HEX triplet: 62, BF and F1. RGB value is (98,191,241). Sum of RGB (Red+Green+Blue) = 98+191+241=530 (70% of max value = 765). Red value is 98 (38.67% from 255 or 18.49% from 530); Green value is 191 (75% from 255 or 36.04% from 530); Blue value is 241 (94.53% from 255 or 45.47% from 530); Max value from RGB is 241 - color contains mainly: blue. Hex color #62BFF1 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #62BFF1 is #9D400E. Grayscale: #A8A8A8. Windows color (decimal): -10305551 or 15843170. OLE color: 15843170.

HSL color Cylindrical-coordinate representation of color #62BFF1: hue angle of 200.98º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #62BFF1 is Cyan = 0.59, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 98 191 241 -
CMYK 0.59 0.21 0 0.05
HSL 200.98º 0.84% 0.66% -
HSV(B) 200.98º 0.59% 0.95% -
XYZ 39.54 46.21 90.05 -
YUV 168.89 168.69 77.43 -
System Red Green Blue C M Y K H S L
Decimal 98 191 241 0.59 0.21 0 0.05 200.98 0.84 0.66
Hex 62 BF F1 3B 15 0 5 C9 54 42
Octal 142 277 361 73 25 0 5 311 124 102
Binary 1100010 10111111 11110001 111011 10101 0 101 11001001 1010100 1000010

Color Harmonies of #62BFF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62BFF1

Black with #62BFF1

Text Example


Text Example

White with #62BFF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,191,241); }

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

background-color css

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

 a { background-color: rgb(98,191,241); }

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

border-color css

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

 span { border-color: rgb(98,191,241); }

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