Html Css Color HEX #1BAFEB Summer Sky

📋 copy color: '#1BAFEB'

red 27 ◦ green 175 ◦ blue 235

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

Shades of Summer Sky #1BAFEB

Tints of Summer Sky #1BAFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 53.78%

R = 6.18%
G = 40.05%
B = 53.78%

CMYK

 C value IS 0.89

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1BAFEB (or 0x1BAFEB) is known color: Summer Sky. HEX triplet: 1B, AF and EB. RGB value is (27,175,235). Sum of RGB (Red+Green+Blue) = 27+175+235=437 (57% of max value = 765). Red value is 27 (10.94% from 255 or 6.18% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 235 (92.19% from 255 or 53.78% from 437); Max value from RGB is 235 - color contains mainly: blue. Hex color #1BAFEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1BAFEB is #E45014. Grayscale: #898989. Windows color (decimal): -14962709 or 15445787. OLE color: 15445787.

HSL color Cylindrical-coordinate representation of color #1BAFEB: hue angle of 197.31º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BAFEB is Cyan = 0.89, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 27 175 235 -
CMYK 0.89 0.26 0 0.08
HSL 197.31º 0.84% 0.51% -
HSV(B) 197.31º 0.89% 0.92% -
XYZ 30.78 36.89 84.1 -
YUV 137.59 182.97 49.12 -
System Red Green Blue C M Y K H S L
Decimal 27 175 235 0.89 0.26 0 0.08 197.31 0.84 0.51
Hex 1B AF EB 59 1A 0 8 C5 54 33
Octal 33 257 353 131 32 0 10 305 124 63
Binary 11011 10101111 11101011 1011001 11010 0 1000 11000101 1010100 110011

Color Harmonies of #1BAFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BAFEB

Black with #1BAFEB

Text Example


Text Example

White with #1BAFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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