Html Css Color HEX #1BC7FA Deep Sky Blue

📋 copy color: '#1BC7FA'

red 27 ◦ green 199 ◦ blue 250

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

Shades of Deep Sky Blue #1BC7FA

Tints of Deep Sky Blue #1BC7FA

RGB

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

 GREEN value IS 199 (78.13% from 255) = 41.81%

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

R = 5.67%
G = 41.81%
B = 52.52%

CMYK

 C value IS 0.89

 M value IS 0.20

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1BC7FA (or 0x1BC7FA) is known color: Deep Sky Blue. HEX triplet: 1B, C7 and FA. RGB value is (27,199,250). Sum of RGB (Red+Green+Blue) = 27+199+250=476 (63% of max value = 765). Red value is 27 (10.94% from 255 or 5.67% from 476); Green value is 199 (78.12% from 255 or 41.81% from 476); Blue value is 250 (98.05% from 255 or 52.52% from 476); Max value from RGB is 250 - color contains mainly: blue. Hex color #1BC7FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #1BC7FA is #E43805. Grayscale: #999999. Windows color (decimal): -14956550 or 16434971. OLE color: 16434971.

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

Color convert

RGB 27 199 250 -
CMYK 0.89 0.20 0 0.02
HSL 193.72º 0.96% 0.54% -
HSV(B) 193.72º 0.89% 0.98% -
XYZ 38.13 47.98 97.69 -
YUV 153.39 182.52 37.85 -
System Red Green Blue C M Y K H S L
Decimal 27 199 250 0.89 0.20 0 0.02 193.72 0.96 0.54
Hex 1B C7 FA 59 14 0 2 C2 60 36
Octal 33 307 372 131 24 0 2 302 140 66
Binary 11011 11000111 11111010 1011001 10100 0 10 11000010 1100000 110110

Color Harmonies of #1BC7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1BC7FA

Black with #1BC7FA

Text Example


Text Example

White with #1BC7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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