Html Css Color HEX #1BAFE0 Summer Sky

📋 copy color: '#1BAFE0'

red 27 ◦ green 175 ◦ blue 224

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

Shades of Summer Sky #1BAFE0

Tints of Summer Sky #1BAFE0

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.08%

 BLUE value IS 224 (87.89% from 255) = 52.58%

R = 6.34%
G = 41.08%
B = 52.58%

CMYK

 C value IS 0.88

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#1BAFE0 (or 0x1BAFE0) is known color: Summer Sky. HEX triplet: 1B, AF and E0. RGB value is (27,175,224). Sum of RGB (Red+Green+Blue) = 27+175+224=426 (56% of max value = 765). Red value is 27 (10.94% from 255 or 6.34% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 224 (87.89% from 255 or 52.58% from 426); Max value from RGB is 224 - color contains mainly: blue. Hex color #1BAFE0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BAFE0 is #E4501F. Grayscale: #878787. Windows color (decimal): -14962720 or 14724891. OLE color: 14724891.

HSL color Cylindrical-coordinate representation of color #1BAFE0: hue angle of 194.92º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1BAFE0 is Cyan = 0.88, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 27 175 224 -
CMYK 0.88 0.22 0 0.12
HSL 194.92º 0.78% 0.49% -
HSV(B) 194.92º 0.88% 0.88% -
XYZ 29.24 36.27 75.98 -
YUV 136.33 177.47 50.02 -
System Red Green Blue C M Y K H S L
Decimal 27 175 224 0.88 0.22 0 0.12 194.92 0.78 0.49
Hex 1B AF E0 58 16 0 C C3 4E 31
Octal 33 257 340 130 26 0 14 303 116 61
Binary 11011 10101111 11100000 1011000 10110 0 1100 11000011 1001110 110001

Color Harmonies of #1BAFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BAFE0

Black with #1BAFE0

Text Example


Text Example

White with #1BAFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,175,224); }

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

background-color css

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

 a { background-color: rgb(27,175,224); }

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

border-color css

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

 span { border-color: rgb(27,175,224); }

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