Html Css Color HEX #18B7FF Deep Sky Blue

📋 copy color: '#18B7FF'

red 24 ◦ green 183 ◦ blue 255

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

Shades of Deep Sky Blue #18B7FF

Tints of Deep Sky Blue #18B7FF

RGB

 RED value IS 24 (9.77% from 255) = 5.19%

 GREEN value IS 183 (71.88% from 255) = 39.61%

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

R = 5.19%
G = 39.61%
B = 55.19%

CMYK

 C value IS 0.91

 M value IS 0.28

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#18B7FF (or 0x18B7FF) is known color: Deep Sky Blue. HEX triplet: 18, B7 and FF. RGB value is (24,183,255). Sum of RGB (Red+Green+Blue) = 24+183+255=462 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.19% from 462); Green value is 183 (71.88% from 255 or 39.61% from 462); Blue value is 255 (100% from 255 or 55.19% from 462); Max value from RGB is 255 - color contains mainly: blue. Hex color #18B7FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18B7FF is #E74800. Grayscale: #8F8F8F. Windows color (decimal): -15157249 or 16758552. OLE color: 16758552.

HSL color Cylindrical-coordinate representation of color #18B7FF: hue angle of 198.7º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18B7FF is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 24 183 255 -
CMYK 0.91 0.28 0 0
HSL 198.7º 1% 0.55% -
HSV(B) 198.7º 0.91% 1% -
XYZ 35.36 41.28 100.71 -
YUV 143.67 190.82 42.65 -
System Red Green Blue C M Y K H S L
Decimal 24 183 255 0.91 0.28 0 0 198.7 1 0.55
Hex 18 B7 FF 5B 1C 0 0 C7 64 37
Octal 30 267 377 133 34 0 0 307 144 67
Binary 11000 10110111 11111111 1011011 11100 0 0 11000111 1100100 110111

Color Harmonies of #18B7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B7FF

Black with #18B7FF

Text Example


Text Example

White with #18B7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18B7FF; }

 p { color: rgb(24,183,255); }

 H1.HeaderClassName
 {
   color: #18B7FF;
 }
 .AnyTagClassName
 {
   color: #18B7FF;
 }
</style>

background-color css

<style>
 a { background-color: #18B7FF; }

 a { background-color: rgb(24,183,255); }

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

border-color css

<style>
 span { border-color: #18B7FF; }

 span { border-color: rgb(24,183,255); }

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