Html Css Color HEX #26CBF9 Deep Sky Blue

📋 copy color: '#26CBF9'

red 38 ◦ green 203 ◦ blue 249

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

Shades of Deep Sky Blue #26CBF9

Tints of Deep Sky Blue #26CBF9

RGB

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

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

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

R = 7.76%
G = 41.43%
B = 50.82%

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

#26CBF9 (or 0x26CBF9) is known color: Deep Sky Blue. HEX triplet: 26, CB and F9. RGB value is (38,203,249). Sum of RGB (Red+Green+Blue) = 38+203+249=490 (64% of max value = 765). Red value is 38 (15.23% from 255 or 7.76% from 490); Green value is 203 (79.69% from 255 or 41.43% from 490); Blue value is 249 (97.66% from 255 or 50.82% from 490); Max value from RGB is 249 - color contains mainly: blue. Hex color #26CBF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #26CBF9 is #D93406. Grayscale: #9E9E9E. Windows color (decimal): -14234631 or 16370470. OLE color: 16370470.

HSL color Cylindrical-coordinate representation of color #26CBF9: hue angle of 193.08º 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 #26CBF9 is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 38 203 249 -
CMYK 0.85 0.18 0 0.02
HSL 193.08º 0.95% 0.56% -
HSV(B) 193.08º 0.85% 0.98% -
XYZ 39.25 49.96 97.2 -
YUV 158.91 178.84 41.76 -
System Red Green Blue C M Y K H S L
Decimal 38 203 249 0.85 0.18 0 0.02 193.08 0.95 0.56
Hex 26 CB F9 55 12 0 2 C1 5F 38
Octal 46 313 371 125 22 0 2 301 137 70
Binary 100110 11001011 11111001 1010101 10010 0 10 11000001 1011111 111000

Color Harmonies of #26CBF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26CBF9

Black with #26CBF9

Text Example


Text Example

White with #26CBF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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