Html Css Color HEX #09CDF8 Deep Sky Blue

📋 copy color: '#09CDF8'

red 9 ◦ green 205 ◦ blue 248

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

Shades of Deep Sky Blue #09CDF8

Tints of Deep Sky Blue #09CDF8

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.37%

 BLUE value IS 248 (97.27% from 255) = 53.68%

R = 1.95%
G = 44.37%
B = 53.68%

CMYK

 C value IS 0.96

 M value IS 0.17

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#09CDF8 (or 0x09CDF8) is known color: Deep Sky Blue. HEX triplet: 09, CD and F8. RGB value is (9,205,248). Sum of RGB (Red+Green+Blue) = 9+205+248=462 (61% of max value = 765). Red value is 9 (3.91% from 255 or 1.95% from 462); Green value is 205 (80.47% from 255 or 44.37% from 462); Blue value is 248 (97.27% from 255 or 53.68% from 462); Max value from RGB is 248 - color contains mainly: blue. Hex color #09CDF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #09CDF8 is #F63207. Grayscale: #969696. Windows color (decimal): -16134664 or 16305417. OLE color: 16305417.

HSL color Cylindrical-coordinate representation of color #09CDF8: hue angle of 190.79º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09CDF8 is Cyan = 0.96, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 9 205 248 -
CMYK 0.96 0.17 0 0.03
HSL 190.8º 0.94% 0.5% -
HSV(B) 190.8º 0.96% 0.97% -
XYZ 38.89 50.5 96.5 -
YUV 151.3 182.57 26.5 -
System Red Green Blue C M Y K H S L
Decimal 9 205 248 0.96 0.17 0 0.03 190.8 0.94 0.5
Hex 9 CD F8 60 11 0 3 BF 5E 32
Octal 11 315 370 140 21 0 3 277 136 62
Binary 1001 11001101 11111000 1100000 10001 0 11 10111111 1011110 110010

Color Harmonies of #09CDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09CDF8

Black with #09CDF8

Text Example


Text Example

White with #09CDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,205,248); }

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

background-color css

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

 a { background-color: rgb(9,205,248); }

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

border-color css

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

 span { border-color: rgb(9,205,248); }

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