Html Css Color HEX #71CBFF Maya Blue

📋 copy color: '#71CBFF'

red 113 ◦ green 203 ◦ blue 255

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

Shades of Maya Blue #71CBFF

Tints of Maya Blue #71CBFF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.55%

 BLUE value IS 255 (100% from 255) = 44.66%

R = 19.79%
G = 35.55%
B = 44.66%

CMYK

 C value IS 0.56

 M value IS 0.20

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#71CBFF (or 0x71CBFF) is known color: Maya Blue. HEX triplet: 71, CB and FF. RGB value is (113,203,255). Sum of RGB (Red+Green+Blue) = 113+203+255=571 (75% of max value = 765). Red value is 113 (44.53% from 255 or 19.79% from 571); Green value is 203 (79.69% from 255 or 35.55% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #71CBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #71CBFF is #8E3400. Grayscale: #B5B5B5. Windows color (decimal): -9319425 or 16763761. OLE color: 16763761.

HSL color Cylindrical-coordinate representation of color #71CBFF: hue angle of 201.97º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #71CBFF is Cyan = 0.56, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 113 203 255 -
CMYK 0.56 0.20 0 0
HSL 201.97º 1% 0.72% -
HSV(B) 201.97º 0.56% 1% -
XYZ 46.22 53.44 102.49 -
YUV 182.02 169.18 78.77 -
System Red Green Blue C M Y K H S L
Decimal 113 203 255 0.56 0.20 0 0 201.97 1 0.72
Hex 71 CB FF 38 14 0 0 CA 64 48
Octal 161 313 377 70 24 0 0 312 144 110
Binary 1110001 11001011 11111111 111000 10100 0 0 11001010 1100100 1001000

Color Harmonies of #71CBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71CBFF

Black with #71CBFF

Text Example


Text Example

White with #71CBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,203,255); }

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

background-color css

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

 a { background-color: rgb(113,203,255); }

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

border-color css

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

 span { border-color: rgb(113,203,255); }

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