Html Css Color HEX #26BEFD Deep Sky Blue

📋 copy color: '#26BEFD'

red 38 ◦ green 190 ◦ blue 253

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

Shades of Deep Sky Blue #26BEFD

Tints of Deep Sky Blue #26BEFD

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.5%

 BLUE value IS 253 (99.22% from 255) = 52.6%

R = 7.9%
G = 39.5%
B = 52.6%

CMYK

 C value IS 0.85

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#26BEFD (or 0x26BEFD) is known color: Deep Sky Blue. HEX triplet: 26, BE and FD. RGB value is (38,190,253). Sum of RGB (Red+Green+Blue) = 38+190+253=481 (63% of max value = 765). Red value is 38 (15.23% from 255 or 7.90% from 481); Green value is 190 (74.61% from 255 or 39.50% from 481); Blue value is 253 (99.22% from 255 or 52.60% from 481); Max value from RGB is 253 - color contains mainly: blue. Hex color #26BEFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #26BEFD is #D94102. Grayscale: #979797. Windows color (decimal): -14237955 or 16629286. OLE color: 16629286.

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

Color convert

RGB 38 190 253 -
CMYK 0.85 0.25 0 0.01
HSL 197.58º 0.98% 0.57% -
HSV(B) 197.58º 0.85% 0.99% -
XYZ 36.94 44.33 99.54 -
YUV 151.73 185.14 46.88 -
System Red Green Blue C M Y K H S L
Decimal 38 190 253 0.85 0.25 0 0.01 197.58 0.98 0.57
Hex 26 BE FD 55 19 0 1 C6 62 39
Octal 46 276 375 125 31 0 1 306 142 71
Binary 100110 10111110 11111101 1010101 11001 0 1 11000110 1100010 111001

Color Harmonies of #26BEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26BEFD

Black with #26BEFD

Text Example


Text Example

White with #26BEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,190,253); }

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

background-color css

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

 a { background-color: rgb(38,190,253); }

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

border-color css

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

 span { border-color: rgb(38,190,253); }

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