Html Css Color HEX #1BADF0 Summer Sky

📋 copy color: '#1BADF0'

red 27 ◦ green 173 ◦ blue 240

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

Shades of Summer Sky #1BADF0

Tints of Summer Sky #1BADF0

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.32%

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

R = 6.14%
G = 39.32%
B = 54.55%

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

#1BADF0 (or 0x1BADF0) is known color: Summer Sky. HEX triplet: 1B, AD and F0. RGB value is (27,173,240). Sum of RGB (Red+Green+Blue) = 27+173+240=440 (58% of max value = 765). Red value is 27 (10.94% from 255 or 6.14% from 440); Green value is 173 (67.97% from 255 or 39.32% from 440); Blue value is 240 (94.14% from 255 or 54.55% from 440); Max value from RGB is 240 - color contains mainly: blue. Hex color #1BADF0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1BADF0 is #E4520F. Grayscale: #888888. Windows color (decimal): -14963216 or 15772955. OLE color: 15772955.

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

Color convert

RGB 27 173 240 -
CMYK 0.89 0.28 0 0.06
HSL 198.87º 0.88% 0.52% -
HSV(B) 198.87º 0.89% 0.94% -
XYZ 31.12 36.41 87.83 -
YUV 136.98 186.13 49.55 -
System Red Green Blue C M Y K H S L
Decimal 27 173 240 0.89 0.28 0 0.06 198.87 0.88 0.52
Hex 1B AD F0 59 1C 0 6 C7 58 34
Octal 33 255 360 131 34 0 6 307 130 64
Binary 11011 10101101 11110000 1011001 11100 0 110 11000111 1011000 110100

Color Harmonies of #1BADF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BADF0

Black with #1BADF0

Text Example


Text Example

White with #1BADF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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