Html Css Color HEX #09CBF1 Deep Sky Blue

📋 copy color: '#09CBF1'

red 9 ◦ green 203 ◦ blue 241

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

Shades of Deep Sky Blue #09CBF1

Tints of Deep Sky Blue #09CBF1

RGB

 RED value IS 9 (3.91% from 255) = 1.99%

 GREEN value IS 203 (79.69% from 255) = 44.81%

 BLUE value IS 241 (94.53% from 255) = 53.2%

R = 1.99%
G = 44.81%
B = 53.2%

CMYK

 C value IS 0.96

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#09CBF1 (or 0x09CBF1) is known color: Deep Sky Blue. HEX triplet: 09, CB and F1. RGB value is (9,203,241). Sum of RGB (Red+Green+Blue) = 9+203+241=453 (60% of max value = 765). Red value is 9 (3.91% from 255 or 1.99% from 453); Green value is 203 (79.69% from 255 or 44.81% from 453); Blue value is 241 (94.53% from 255 or 53.20% from 453); Max value from RGB is 241 - color contains mainly: blue. Hex color #09CBF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09CBF1 is #F6340E. Grayscale: #949494. Windows color (decimal): -16135183 or 15846153. OLE color: 15846153.

HSL color Cylindrical-coordinate representation of color #09CBF1: hue angle of 189.83º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CBF1 is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 9 203 241 -
CMYK 0.96 0.16 0 0.05
HSL 189.83º 0.93% 0.49% -
HSV(B) 189.83º 0.96% 0.95% -
XYZ 37.35 49.12 90.73 -
YUV 149.33 179.73 27.91 -
System Red Green Blue C M Y K H S L
Decimal 9 203 241 0.96 0.16 0 0.05 189.83 0.93 0.49
Hex 9 CB F1 60 10 0 5 BE 5D 31
Octal 11 313 361 140 20 0 5 276 135 61
Binary 1001 11001011 11110001 1100000 10000 0 101 10111110 1011101 110001

Color Harmonies of #09CBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09CBF1

Black with #09CBF1

Text Example


Text Example

White with #09CBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,203,241); }

 H1.HeaderClassName
 {
   color: #09CBF1;
 }
 .AnyTagClassName
 {
   color: #09CBF1;
 }
</style>

background-color css

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

 a { background-color: rgb(9,203,241); }

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

border-color css

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

 span { border-color: rgb(9,203,241); }

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