Html Css Color HEX #71C0EA Malibu

📋 copy color: '#71C0EA'

red 113 ◦ green 192 ◦ blue 234

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

Shades of Malibu #71C0EA

Tints of Malibu #71C0EA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.62%

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

R = 20.96%
G = 35.62%
B = 43.41%

CMYK

 C value IS 0.52

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#71C0EA (or 0x71C0EA) is known color: Malibu. HEX triplet: 71, C0 and EA. RGB value is (113,192,234). Sum of RGB (Red+Green+Blue) = 113+192+234=539 (71% of max value = 765). Red value is 113 (44.53% from 255 or 20.96% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 234 (91.80% from 255 or 43.41% from 539); Max value from RGB is 234 - color contains mainly: blue. Hex color #71C0EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71C0EA is #8E3F15. Grayscale: #ACACAC. Windows color (decimal): -9322262 or 15384689. OLE color: 15384689.

HSL color Cylindrical-coordinate representation of color #71C0EA: hue angle of 200.83º 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 #71C0EA is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 113 192 234 -
CMYK 0.52 0.18 0 0.08
HSL 200.83º 0.74% 0.68% -
HSV(B) 200.83º 0.52% 0.92% -
XYZ 40.51 47.15 84.81 -
YUV 173.17 162.33 85.08 -
System Red Green Blue C M Y K H S L
Decimal 113 192 234 0.52 0.18 0 0.08 200.83 0.74 0.68
Hex 71 C0 EA 34 12 0 8 C9 4A 44
Octal 161 300 352 64 22 0 10 311 112 104
Binary 1110001 11000000 11101010 110100 10010 0 1000 11001001 1001010 1000100

Color Harmonies of #71C0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C0EA

Black with #71C0EA

Text Example


Text Example

White with #71C0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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