Html Css Color HEX #1BBFED Deep Sky Blue

📋 copy color: '#1BBFED'

red 27 ◦ green 191 ◦ blue 237

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

Shades of Deep Sky Blue #1BBFED

Tints of Deep Sky Blue #1BBFED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 52.09%

R = 5.93%
G = 41.98%
B = 52.09%

CMYK

 C value IS 0.89

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1BBFED (or 0x1BBFED) is known color: Deep Sky Blue. HEX triplet: 1B, BF and ED. RGB value is (27,191,237). Sum of RGB (Red+Green+Blue) = 27+191+237=455 (60% of max value = 765). Red value is 27 (10.94% from 255 or 5.93% from 455); Green value is 191 (75% from 255 or 41.98% from 455); Blue value is 237 (92.97% from 255 or 52.09% from 455); Max value from RGB is 237 - color contains mainly: blue. Hex color #1BBFED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BBFED is #E44012. Grayscale: #929292. Windows color (decimal): -14958611 or 15580955. OLE color: 15580955.

HSL color Cylindrical-coordinate representation of color #1BBFED: hue angle of 193.14º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BBFED is Cyan = 0.89, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 27 191 237 -
CMYK 0.89 0.19 0 0.07
HSL 193.14º 0.85% 0.52% -
HSV(B) 193.14º 0.89% 0.93% -
XYZ 34.37 43.61 86.73 -
YUV 147.21 178.67 42.26 -
System Red Green Blue C M Y K H S L
Decimal 27 191 237 0.89 0.19 0 0.07 193.14 0.85 0.52
Hex 1B BF ED 59 13 0 7 C1 55 34
Octal 33 277 355 131 23 0 7 301 125 64
Binary 11011 10111111 11101101 1011001 10011 0 111 11000001 1010101 110100

Color Harmonies of #1BBFED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BBFED

Black with #1BBFED

Text Example


Text Example

White with #1BBFED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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