#09BEFC

Color #09BEFC Deep Sky Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Sky Blue #09BEFC

Tints of Deep Sky Blue #09BEFC

Color information

#09BEFC (or 0x09BEFC) is unknown color: approx Deep Sky Blue. HEX triplet: 09, BE and FC. RGB value is (9,190,252). Sum of RGB (Red+Green+Blue) = 9+190+252=451 (59% of max value = 765). Red value is 9 (3.91% from 255 or 2.00% from 451); Green value is 190 (74.61% from 255 or 42.13% from 451); Blue value is 252 (98.83% from 255 or 55.88% from 451); Max value from RGB is 252 - color contains mainly: blue. Hex color #09BEFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09BEFC is #F64103. Grayscale: #8E8E8E. Windows color (decimal): -16138500 or 16563721. OLE color: 16563721.

HSL color Cylindrical-coordinate representation of color #09BEFC: hue angle of 195.31º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09BEFC is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB9190252-
CMYK0.960.2500.01
HSL195.31º97.59%51.18%-
HSV(B)195.31º96.43%98.82%-
XYZ36.143.9198.67-
YUV142.95189.5332.46-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.00%
GREEN value IS 190 (74.61% from 255) = 42.13%
BLUE value IS 252 (98.83% from 255) = 55.88%
R=2.00%
G=42.13%
B=55.88%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal91902520.960.2500.01195.3197.5951.18
Hex9BEFC601901c36233
Octal11276374140310130314263
Binary1001101111101111110011000001100101110000111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09BEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09BEFC; }

 p { color: rgb(9,190,252); }

 H1.HeaderClassName
 {
   color: #09BEFC;
 }
 .AnyTagClassName
 {
   color: #09BEFC;
 }
</style>
background-color css

<style>
 a { background-color: #09BEFC; }

 a { background-color: rgb(9,190,252); }

 div.DivClassName
 {
   background-color: #09BEFC;
 }
 .BgClassName
 {
   background-color: #09BEFC;
 }
</style>
border-color css

<style>
 span { border-color: #09BEFC; }

 span { border-color: rgb(9,190,252); }

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