Html Css Color HEX #18B7F2 Deep Sky Blue

📋 copy color: '#18B7F2'

red 24 ◦ green 183 ◦ blue 242

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

Shades of Deep Sky Blue #18B7F2

Tints of Deep Sky Blue #18B7F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 53.9%

R = 5.35%
G = 40.76%
B = 53.9%

CMYK

 C value IS 0.90

 M value IS 0.24

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#18B7F2 (or 0x18B7F2) is known color: Deep Sky Blue. HEX triplet: 18, B7 and F2. RGB value is (24,183,242). Sum of RGB (Red+Green+Blue) = 24+183+242=449 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.35% from 449); Green value is 183 (71.88% from 255 or 40.76% from 449); Blue value is 242 (94.92% from 255 or 53.90% from 449); Max value from RGB is 242 - color contains mainly: blue. Hex color #18B7F2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18B7F2 is #E7480D. Grayscale: #8D8D8D. Windows color (decimal): -15157262 or 15906584. OLE color: 15906584.

HSL color Cylindrical-coordinate representation of color #18B7F2: hue angle of 196.24º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18B7F2 is Cyan = 0.90, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 24 183 242 -
CMYK 0.90 0.24 0 0.05
HSL 196.24º 0.89% 0.52% -
HSV(B) 196.24º 0.9% 0.95% -
XYZ 33.34 40.47 90.06 -
YUV 142.19 184.32 43.7 -
System Red Green Blue C M Y K H S L
Decimal 24 183 242 0.90 0.24 0 0.05 196.24 0.89 0.52
Hex 18 B7 F2 5A 18 0 5 C4 59 34
Octal 30 267 362 132 30 0 5 304 131 64
Binary 11000 10110111 11110010 1011010 11000 0 101 11000100 1011001 110100

Color Harmonies of #18B7F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18B7F2

Black with #18B7F2

Text Example


Text Example

White with #18B7F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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