Html Css Color HEX #1BBDE0 Summer Sky

📋 copy color: '#1BBDE0'

red 27 ◦ green 189 ◦ blue 224

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

Shades of Summer Sky #1BBDE0

Tints of Summer Sky #1BBDE0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.95%

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

R = 6.14%
G = 42.95%
B = 50.91%

CMYK

 C value IS 0.88

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#1BBDE0 (or 0x1BBDE0) is known color: Summer Sky. HEX triplet: 1B, BD and E0. RGB value is (27,189,224). Sum of RGB (Red+Green+Blue) = 27+189+224=440 (58% of max value = 765). Red value is 27 (10.94% from 255 or 6.14% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 224 (87.89% from 255 or 50.91% from 440); Max value from RGB is 224 - color contains mainly: blue. Hex color #1BBDE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BBDE0 is #E4421F. Grayscale: #909090. Windows color (decimal): -14959136 or 14728475. OLE color: 14728475.

HSL color Cylindrical-coordinate representation of color #1BBDE0: hue angle of 190.66º 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 #1BBDE0 is Cyan = 0.88, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 27 189 224 -
CMYK 0.88 0.16 0 0.12
HSL 190.66º 0.78% 0.49% -
HSV(B) 190.66º 0.88% 0.88% -
XYZ 32.1 42.01 76.94 -
YUV 144.55 172.83 44.15 -
System Red Green Blue C M Y K H S L
Decimal 27 189 224 0.88 0.16 0 0.12 190.66 0.78 0.49
Hex 1B BD E0 58 10 0 C BF 4E 31
Octal 33 275 340 130 20 0 14 277 116 61
Binary 11011 10111101 11100000 1011000 10000 0 1100 10111111 1001110 110001

Color Harmonies of #1BBDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BBDE0

Black with #1BBDE0

Text Example


Text Example

White with #1BBDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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