Html Css Color HEX #26BCFF Deep Sky Blue

📋 copy color: '#26BCFF'

red 38 ◦ green 188 ◦ blue 255

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

Shades of Deep Sky Blue #26BCFF

Tints of Deep Sky Blue #26BCFF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.09%

 BLUE value IS 255 (100% from 255) = 53.01%

R = 7.9%
G = 39.09%
B = 53.01%

CMYK

 C value IS 0.85

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#26BCFF (or 0x26BCFF) is known color: Deep Sky Blue. HEX triplet: 26, BC and FF. RGB value is (38,188,255). Sum of RGB (Red+Green+Blue) = 38+188+255=481 (63% of max value = 765). Red value is 38 (15.23% from 255 or 7.90% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #26BCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #26BCFF is #D94300. Grayscale: #969696. Windows color (decimal): -14238465 or 16759846. OLE color: 16759846.

HSL color Cylindrical-coordinate representation of color #26BCFF: hue angle of 198.53º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26BCFF is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 38 188 255 -
CMYK 0.85 0.26 0 0
HSL 198.53º 1% 0.57% -
HSV(B) 198.53º 0.85% 1% -
XYZ 36.83 43.6 101.08 -
YUV 150.79 186.81 47.55 -
System Red Green Blue C M Y K H S L
Decimal 38 188 255 0.85 0.26 0 0 198.53 1 0.57
Hex 26 BC FF 55 1A 0 0 C7 64 39
Octal 46 274 377 125 32 0 0 307 144 71
Binary 100110 10111100 11111111 1010101 11010 0 0 11000111 1100100 111001

Color Harmonies of #26BCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26BCFF

Black with #26BCFF

Text Example


Text Example

White with #26BCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,188,255); }

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

background-color css

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

 a { background-color: rgb(38,188,255); }

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

border-color css

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

 span { border-color: rgb(38,188,255); }

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