Html Css Color HEX #1BBCFA Deep Sky Blue

📋 copy color: '#1BBCFA'

red 27 ◦ green 188 ◦ blue 250

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

Shades of Deep Sky Blue #1BBCFA

Tints of Deep Sky Blue #1BBCFA

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.43%

 BLUE value IS 250 (98.05% from 255) = 53.76%

R = 5.81%
G = 40.43%
B = 53.76%

CMYK

 C value IS 0.89

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1BBCFA (or 0x1BBCFA) is known color: Deep Sky Blue. HEX triplet: 1B, BC and FA. RGB value is (27,188,250). Sum of RGB (Red+Green+Blue) = 27+188+250=465 (61% of max value = 765). Red value is 27 (10.94% from 255 or 5.81% from 465); Green value is 188 (73.83% from 255 or 40.43% from 465); Blue value is 250 (98.05% from 255 or 53.76% from 465); Max value from RGB is 250 - color contains mainly: blue. Hex color #1BBCFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BBCFA is #E44305. Grayscale: #929292. Windows color (decimal): -14959366 or 16432155. OLE color: 16432155.

HSL color Cylindrical-coordinate representation of color #1BBCFA: hue angle of 196.68º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1BBCFA is Cyan = 0.89, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 27 188 250 -
CMYK 0.89 0.25 0 0.02
HSL 196.68º 0.96% 0.54% -
HSV(B) 196.68º 0.89% 0.98% -
XYZ 35.69 43.1 96.88 -
YUV 146.93 186.16 42.46 -
System Red Green Blue C M Y K H S L
Decimal 27 188 250 0.89 0.25 0 0.02 196.68 0.96 0.54
Hex 1B BC FA 59 19 0 2 C5 60 36
Octal 33 274 372 131 31 0 2 305 140 66
Binary 11011 10111100 11111010 1011001 11001 0 10 11000101 1100000 110110

Color Harmonies of #1BBCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BBCFA

Black with #1BBCFA

Text Example


Text Example

White with #1BBCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,188,250); }

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

background-color css

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

 a { background-color: rgb(27,188,250); }

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

border-color css

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

 span { border-color: rgb(27,188,250); }

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