Html Css Color HEX #36A0CA Summer Sky

📋 copy color: '#36A0CA'

red 54 ◦ green 160 ◦ blue 202

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

Shades of Summer Sky #36A0CA

Tints of Summer Sky #36A0CA

RGB

 RED value IS 54 (21.48% from 255) = 12.98%

 GREEN value IS 160 (62.89% from 255) = 38.46%

 BLUE value IS 202 (79.3% from 255) = 48.56%

R = 12.98%
G = 38.46%
B = 48.56%

CMYK

 C value IS 0.73

 M value IS 0.21

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#36A0CA (or 0x36A0CA) is known color: Summer Sky. HEX triplet: 36, A0 and CA. RGB value is (54,160,202). Sum of RGB (Red+Green+Blue) = 54+160+202=416 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.98% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 202 (79.30% from 255 or 48.56% from 416); Max value from RGB is 202 - color contains mainly: blue. Hex color #36A0CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #36A0CA is #C95F35. Grayscale: #848484. Windows color (decimal): -13197110 or 13279286. OLE color: 13279286.

HSL color Cylindrical-coordinate representation of color #36A0CA: hue angle of 197.03º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36A0CA is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 54 160 202 -
CMYK 0.73 0.21 0 0.21
HSL 197.03º 0.58% 0.5% -
HSV(B) 197.03º 0.73% 0.79% -
XYZ 24.75 30.19 60.4 -
YUV 133.09 166.88 71.58 -
System Red Green Blue C M Y K H S L
Decimal 54 160 202 0.73 0.21 0 0.21 197.03 0.58 0.5
Hex 36 A0 CA 49 15 0 15 C5 3A 32
Octal 66 240 312 111 25 0 25 305 72 62
Binary 110110 10100000 11001010 1001001 10101 0 10101 11000101 111010 110010

Color Harmonies of #36A0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36A0CA

Black with #36A0CA

Text Example


Text Example

White with #36A0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36A0CA; }

 p { color: rgb(54,160,202); }

 H1.HeaderClassName
 {
   color: #36A0CA;
 }
 .AnyTagClassName
 {
   color: #36A0CA;
 }
</style>

background-color css

<style>
 a { background-color: #36A0CA; }

 a { background-color: rgb(54,160,202); }

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

border-color css

<style>
 span { border-color: #36A0CA; }

 span { border-color: rgb(54,160,202); }

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