Html Css Color HEX #71B5EA Malibu

📋 copy color: '#71B5EA'

red 113 ◦ green 181 ◦ blue 234

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

Shades of Malibu #71B5EA

Tints of Malibu #71B5EA

RGB

 RED value IS 113 (44.53% from 255) = 21.4%

 GREEN value IS 181 (71.09% from 255) = 34.28%

 BLUE value IS 234 (91.8% from 255) = 44.32%

R = 21.4%
G = 34.28%
B = 44.32%

CMYK

 C value IS 0.52

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#71B5EA (or 0x71B5EA) is known color: Malibu. HEX triplet: 71, B5 and EA. RGB value is (113,181,234). Sum of RGB (Red+Green+Blue) = 113+181+234=528 (69% of max value = 765). Red value is 113 (44.53% from 255 or 21.40% from 528); Green value is 181 (71.09% from 255 or 34.28% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 234 - color contains mainly: blue. Hex color #71B5EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71B5EA is #8E4A15. Grayscale: #A6A6A6. Windows color (decimal): -9325078 or 15381873. OLE color: 15381873.

HSL color Cylindrical-coordinate representation of color #71B5EA: hue angle of 206.28º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #71B5EA is Cyan = 0.52, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 113 181 234 -
CMYK 0.52 0.23 0 0.08
HSL 206.28º 0.74% 0.68% -
HSV(B) 206.28º 0.52% 0.92% -
XYZ 38.19 42.5 84.03 -
YUV 166.71 165.97 89.69 -
System Red Green Blue C M Y K H S L
Decimal 113 181 234 0.52 0.23 0 0.08 206.28 0.74 0.68
Hex 71 B5 EA 34 17 0 8 CE 4A 44
Octal 161 265 352 64 27 0 10 316 112 104
Binary 1110001 10110101 11101010 110100 10111 0 1000 11001110 1001010 1000100

Color Harmonies of #71B5EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B5EA

Black with #71B5EA

Text Example


Text Example

White with #71B5EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71B5EA; }

 p { color: rgb(113,181,234); }

 H1.HeaderClassName
 {
   color: #71B5EA;
 }
 .AnyTagClassName
 {
   color: #71B5EA;
 }
</style>

background-color css

<style>
 a { background-color: #71B5EA; }

 a { background-color: rgb(113,181,234); }

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

border-color css

<style>
 span { border-color: #71B5EA; }

 span { border-color: rgb(113,181,234); }

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