Html Css Color HEX #1BAEF0 Summer Sky

📋 copy color: '#1BAEF0'

red 27 ◦ green 174 ◦ blue 240

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

Shades of Summer Sky #1BAEF0

Tints of Summer Sky #1BAEF0

RGB

 RED value IS 27 (10.94% from 255) = 6.12%

 GREEN value IS 174 (68.36% from 255) = 39.46%

 BLUE value IS 240 (94.14% from 255) = 54.42%

R = 6.12%
G = 39.46%
B = 54.42%

CMYK

 C value IS 0.89

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1BAEF0 (or 0x1BAEF0) is known color: Summer Sky. HEX triplet: 1B, AE and F0. RGB value is (27,174,240). Sum of RGB (Red+Green+Blue) = 27+174+240=441 (58% of max value = 765). Red value is 27 (10.94% from 255 or 6.12% from 441); Green value is 174 (68.36% from 255 or 39.46% from 441); Blue value is 240 (94.14% from 255 or 54.42% from 441); Max value from RGB is 240 - color contains mainly: blue. Hex color #1BAEF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1BAEF0 is #E4510F. Grayscale: #898989. Windows color (decimal): -14962960 or 15773211. OLE color: 15773211.

HSL color Cylindrical-coordinate representation of color #1BAEF0: hue angle of 198.59º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BAEF0 is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 27 174 240 -
CMYK 0.89 0.28 0 0.06
HSL 198.59º 0.88% 0.52% -
HSV(B) 198.59º 0.89% 0.94% -
XYZ 31.32 36.8 87.89 -
YUV 137.57 185.8 49.13 -
System Red Green Blue C M Y K H S L
Decimal 27 174 240 0.89 0.28 0 0.06 198.59 0.88 0.52
Hex 1B AE F0 59 1C 0 6 C7 58 34
Octal 33 256 360 131 34 0 6 307 130 64
Binary 11011 10101110 11110000 1011001 11100 0 110 11000111 1011000 110100

Color Harmonies of #1BAEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BAEF0

Black with #1BAEF0

Text Example


Text Example

White with #1BAEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1BAEF0; }

 p { color: rgb(27,174,240); }

 H1.HeaderClassName
 {
   color: #1BAEF0;
 }
 .AnyTagClassName
 {
   color: #1BAEF0;
 }
</style>

background-color css

<style>
 a { background-color: #1BAEF0; }

 a { background-color: rgb(27,174,240); }

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

border-color css

<style>
 span { border-color: #1BAEF0; }

 span { border-color: rgb(27,174,240); }

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