Html Css Color HEX #26CDF9 Deep Sky Blue

📋 copy color: '#26CDF9'

red 38 ◦ green 205 ◦ blue 249

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

Shades of Deep Sky Blue #26CDF9

Tints of Deep Sky Blue #26CDF9

RGB

 RED value IS 38 (15.23% from 255) = 7.72%

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

 BLUE value IS 249 (97.66% from 255) = 50.61%

R = 7.72%
G = 41.67%
B = 50.61%

CMYK

 C value IS 0.85

 M value IS 0.18

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#26CDF9 (or 0x26CDF9) is known color: Deep Sky Blue. HEX triplet: 26, CD and F9. RGB value is (38,205,249). Sum of RGB (Red+Green+Blue) = 38+205+249=492 (65% of max value = 765). Red value is 38 (15.23% from 255 or 7.72% from 492); Green value is 205 (80.47% from 255 or 41.67% from 492); Blue value is 249 (97.66% from 255 or 50.61% from 492); Max value from RGB is 249 - color contains mainly: blue. Hex color #26CDF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #26CDF9 is #D93206. Grayscale: #9F9F9F. Windows color (decimal): -14234119 or 16370982. OLE color: 16370982.

HSL color Cylindrical-coordinate representation of color #26CDF9: hue angle of 192.51º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26CDF9 is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 38 205 249 -
CMYK 0.85 0.18 0 0.02
HSL 192.51º 0.95% 0.56% -
HSV(B) 192.51º 0.85% 0.98% -
XYZ 39.73 50.91 97.36 -
YUV 160.08 178.17 40.92 -
System Red Green Blue C M Y K H S L
Decimal 38 205 249 0.85 0.18 0 0.02 192.51 0.95 0.56
Hex 26 CD F9 55 12 0 2 C1 5F 38
Octal 46 315 371 125 22 0 2 301 137 70
Binary 100110 11001101 11111001 1010101 10010 0 10 11000001 1011111 111000

Color Harmonies of #26CDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26CDF9

Black with #26CDF9

Text Example


Text Example

White with #26CDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26CDF9; }

 p { color: rgb(38,205,249); }

 H1.HeaderClassName
 {
   color: #26CDF9;
 }
 .AnyTagClassName
 {
   color: #26CDF9;
 }
</style>

background-color css

<style>
 a { background-color: #26CDF9; }

 a { background-color: rgb(38,205,249); }

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

border-color css

<style>
 span { border-color: #26CDF9; }

 span { border-color: rgb(38,205,249); }

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