Html Css Color HEX #36BAF2 Summer Sky

📋 copy color: '#36BAF2'

red 54 ◦ green 186 ◦ blue 242

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

Shades of Summer Sky #36BAF2

Tints of Summer Sky #36BAF2

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.59%

 BLUE value IS 242 (94.92% from 255) = 50.21%

R = 11.2%
G = 38.59%
B = 50.21%

CMYK

 C value IS 0.78

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#36BAF2 (or 0x36BAF2) is known color: Summer Sky. HEX triplet: 36, BA and F2. RGB value is (54,186,242). Sum of RGB (Red+Green+Blue) = 54+186+242=482 (63% of max value = 765). Red value is 54 (21.48% from 255 or 11.20% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 242 (94.92% from 255 or 50.21% from 482); Max value from RGB is 242 - color contains mainly: blue. Hex color #36BAF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #36BAF2 is #C9450D. Grayscale: #989898. Windows color (decimal): -13190414 or 15907382. OLE color: 15907382.

HSL color Cylindrical-coordinate representation of color #36BAF2: hue angle of 197.87º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36BAF2 is Cyan = 0.78, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 54 186 242 -
CMYK 0.78 0.23 0 0.05
HSL 197.87º 0.88% 0.58% -
HSV(B) 197.87º 0.78% 0.95% -
XYZ 35.11 42.31 90.32 -
YUV 152.92 178.27 57.45 -
System Red Green Blue C M Y K H S L
Decimal 54 186 242 0.78 0.23 0 0.05 197.87 0.88 0.58
Hex 36 BA F2 4E 17 0 5 C6 58 3A
Octal 66 272 362 116 27 0 5 306 130 72
Binary 110110 10111010 11110010 1001110 10111 0 101 11000110 1011000 111010

Color Harmonies of #36BAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36BAF2

Black with #36BAF2

Text Example


Text Example

White with #36BAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,186,242); }

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

background-color css

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

 a { background-color: rgb(54,186,242); }

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

border-color css

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

 span { border-color: rgb(54,186,242); }

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