Html Css Color HEX #1BBFEB Deep Sky Blue

📋 copy color: '#1BBFEB'

red 27 ◦ green 191 ◦ blue 235

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

Shades of Deep Sky Blue #1BBFEB

Tints of Deep Sky Blue #1BBFEB

RGB

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

 GREEN value IS 191 (75% from 255) = 42.16%

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

R = 5.96%
G = 42.16%
B = 51.88%

CMYK

 C value IS 0.89

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1BBFEB (or 0x1BBFEB) is known color: Deep Sky Blue. HEX triplet: 1B, BF and EB. RGB value is (27,191,235). Sum of RGB (Red+Green+Blue) = 27+191+235=453 (60% of max value = 765). Red value is 27 (10.94% from 255 or 5.96% from 453); Green value is 191 (75% from 255 or 42.16% from 453); Blue value is 235 (92.19% from 255 or 51.88% from 453); Max value from RGB is 235 - color contains mainly: blue. Hex color #1BBFEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BBFEB is #E44014. Grayscale: #929292. Windows color (decimal): -14958613 or 15449883. OLE color: 15449883.

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

Color convert

RGB 27 191 235 -
CMYK 0.89 0.19 0 0.08
HSL 192.69º 0.84% 0.51% -
HSV(B) 192.69º 0.89% 0.92% -
XYZ 34.08 43.49 85.2 -
YUV 146.98 177.67 42.42 -
System Red Green Blue C M Y K H S L
Decimal 27 191 235 0.89 0.19 0 0.08 192.69 0.84 0.51
Hex 1B BF EB 59 13 0 8 C1 54 33
Octal 33 277 353 131 23 0 10 301 124 63
Binary 11011 10111111 11101011 1011001 10011 0 1000 11000001 1010100 110011

Color Harmonies of #1BBFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BBFEB

Black with #1BBFEB

Text Example


Text Example

White with #1BBFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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