Html Css Color HEX #1BACF0 Summer Sky

📋 copy color: '#1BACF0'

red 27 ◦ green 172 ◦ blue 240

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

Shades of Summer Sky #1BACF0

Tints of Summer Sky #1BACF0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.18%

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

R = 6.15%
G = 39.18%
B = 54.67%

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

#1BACF0 (or 0x1BACF0) is known color: Summer Sky. HEX triplet: 1B, AC and F0. RGB value is (27,172,240). Sum of RGB (Red+Green+Blue) = 27+172+240=439 (58% of max value = 765). Red value is 27 (10.94% from 255 or 6.15% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 240 (94.14% from 255 or 54.67% from 439); Max value from RGB is 240 - color contains mainly: blue. Hex color #1BACF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1BACF0 is #E4530F. Grayscale: #878787. Windows color (decimal): -14963472 or 15772699. OLE color: 15772699.

HSL color Cylindrical-coordinate representation of color #1BACF0: hue angle of 199.15º 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 #1BACF0 is Cyan = 0.89, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 27 172 240 -
CMYK 0.89 0.28 0 0.06
HSL 199.15º 0.88% 0.52% -
HSV(B) 199.15º 0.89% 0.94% -
XYZ 30.93 36.03 87.76 -
YUV 136.4 186.46 49.97 -
System Red Green Blue C M Y K H S L
Decimal 27 172 240 0.89 0.28 0 0.06 199.15 0.88 0.52
Hex 1B AC F0 59 1C 0 6 C7 58 34
Octal 33 254 360 131 34 0 6 307 130 64
Binary 11011 10101100 11110000 1011001 11100 0 110 11000111 1011000 110100

Color Harmonies of #1BACF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BACF0

Black with #1BACF0

Text Example


Text Example

White with #1BACF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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