Html Css Color HEX #71C1EA Malibu

📋 copy color: '#71C1EA'

red 113 ◦ green 193 ◦ blue 234

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

Shades of Malibu #71C1EA

Tints of Malibu #71C1EA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.74%

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

R = 20.93%
G = 35.74%
B = 43.33%

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

#71C1EA (or 0x71C1EA) is known color: Malibu. HEX triplet: 71, C1 and EA. RGB value is (113,193,234). Sum of RGB (Red+Green+Blue) = 113+193+234=540 (71% of max value = 765). Red value is 113 (44.53% from 255 or 20.93% from 540); Green value is 193 (75.78% from 255 or 35.74% from 540); Blue value is 234 (91.80% from 255 or 43.33% from 540); Max value from RGB is 234 - color contains mainly: blue. Hex color #71C1EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71C1EA is #8E3E15. Grayscale: #ADADAD. Windows color (decimal): -9322006 or 15384945. OLE color: 15384945.

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

Color convert

RGB 113 193 234 -
CMYK 0.52 0.18 0 0.08
HSL 200.33º 0.74% 0.68% -
HSV(B) 200.33º 0.52% 0.92% -
XYZ 40.73 47.59 84.88 -
YUV 173.75 162 84.67 -
System Red Green Blue C M Y K H S L
Decimal 113 193 234 0.52 0.18 0 0.08 200.33 0.74 0.68
Hex 71 C1 EA 34 12 0 8 C8 4A 44
Octal 161 301 352 64 22 0 10 310 112 104
Binary 1110001 11000001 11101010 110100 10010 0 1000 11001000 1001010 1000100

Color Harmonies of #71C1EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71C1EA

Black with #71C1EA

Text Example


Text Example

White with #71C1EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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