Html Css Color HEX #09C5F1 Deep Sky Blue

📋 copy color: '#09C5F1'

red 9 ◦ green 197 ◦ blue 241

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

Shades of Deep Sky Blue #09C5F1

Tints of Deep Sky Blue #09C5F1

RGB

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

 GREEN value IS 197 (77.34% from 255) = 44.07%

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

R = 2.01%
G = 44.07%
B = 53.91%

CMYK

 C value IS 0.96

 M value IS 0.18

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#09C5F1 (or 0x09C5F1) is known color: Deep Sky Blue. HEX triplet: 09, C5 and F1. RGB value is (9,197,241). Sum of RGB (Red+Green+Blue) = 9+197+241=447 (59% of max value = 765). Red value is 9 (3.91% from 255 or 2.01% from 447); Green value is 197 (77.34% from 255 or 44.07% from 447); Blue value is 241 (94.53% from 255 or 53.91% from 447); Max value from RGB is 241 - color contains mainly: blue. Hex color #09C5F1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09C5F1 is #F63A0E. Grayscale: #919191. Windows color (decimal): -16136719 or 15844617. OLE color: 15844617.

HSL color Cylindrical-coordinate representation of color #09C5F1: hue angle of 191.38º 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 #09C5F1 is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 9 197 241 -
CMYK 0.96 0.18 0 0.05
HSL 191.38º 0.93% 0.49% -
HSV(B) 191.38º 0.96% 0.95% -
XYZ 35.96 46.34 90.27 -
YUV 145.8 181.72 30.42 -
System Red Green Blue C M Y K H S L
Decimal 9 197 241 0.96 0.18 0 0.05 191.38 0.93 0.49
Hex 9 C5 F1 60 12 0 5 BF 5D 31
Octal 11 305 361 140 22 0 5 277 135 61
Binary 1001 11000101 11110001 1100000 10010 0 101 10111111 1011101 110001

Color Harmonies of #09C5F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09C5F1

Black with #09C5F1

Text Example


Text Example

White with #09C5F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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