Html Css Color HEX #26BBFF Deep Sky Blue

📋 copy color: '#26BBFF'

red 38 ◦ green 187 ◦ blue 255

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

Shades of Deep Sky Blue #26BBFF

Tints of Deep Sky Blue #26BBFF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.96%

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

R = 7.92%
G = 38.96%
B = 53.13%

CMYK

 C value IS 0.85

 M value IS 0.27

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#26BBFF (or 0x26BBFF) is known color: Deep Sky Blue. HEX triplet: 26, BB and FF. RGB value is (38,187,255). Sum of RGB (Red+Green+Blue) = 38+187+255=480 (63% of max value = 765). Red value is 38 (15.23% from 255 or 7.92% from 480); Green value is 187 (73.44% from 255 or 38.96% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #26BBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #26BBFF is #D94400. Grayscale: #959595. Windows color (decimal): -14238721 or 16759590. OLE color: 16759590.

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

Color convert

RGB 38 187 255 -
CMYK 0.85 0.27 0 0
HSL 198.8º 1% 0.57% -
HSV(B) 198.8º 0.85% 1% -
XYZ 36.62 43.17 101.01 -
YUV 150.2 187.14 47.97 -
System Red Green Blue C M Y K H S L
Decimal 38 187 255 0.85 0.27 0 0 198.8 1 0.57
Hex 26 BB FF 55 1B 0 0 C7 64 39
Octal 46 273 377 125 33 0 0 307 144 71
Binary 100110 10111011 11111111 1010101 11011 0 0 11000111 1100100 111001

Color Harmonies of #26BBFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26BBFF

Black with #26BBFF

Text Example


Text Example

White with #26BBFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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