Html Css Color HEX #18BCEB Deep Sky Blue

📋 copy color: '#18BCEB'

red 24 ◦ green 188 ◦ blue 235

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

Shades of Deep Sky Blue #18BCEB

Tints of Deep Sky Blue #18BCEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.57%

R = 5.37%
G = 42.06%
B = 52.57%

CMYK

 C value IS 0.90

 M value IS 0.2

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#18BCEB (or 0x18BCEB) is known color: Deep Sky Blue. HEX triplet: 18, BC and EB. RGB value is (24,188,235). Sum of RGB (Red+Green+Blue) = 24+188+235=447 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.37% from 447); Green value is 188 (73.83% from 255 or 42.06% from 447); Blue value is 235 (92.19% from 255 or 52.57% from 447); Max value from RGB is 235 - color contains mainly: blue. Hex color #18BCEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18BCEB is #E74314. Grayscale: #8F8F8F. Windows color (decimal): -15155989 or 15449112. OLE color: 15449112.

HSL color Cylindrical-coordinate representation of color #18BCEB: hue angle of 193.36º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18BCEB is Cyan = 0.90, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 24 188 235 -
CMYK 0.90 0.2 0 0.08
HSL 193.36º 0.84% 0.51% -
HSV(B) 193.36º 0.9% 0.92% -
XYZ 33.36 42.16 84.98 -
YUV 144.32 179.17 42.18 -
System Red Green Blue C M Y K H S L
Decimal 24 188 235 0.90 0.2 0 0.08 193.36 0.84 0.51
Hex 18 BC EB 5A 14 0 8 C1 54 33
Octal 30 274 353 132 24 0 10 301 124 63
Binary 11000 10111100 11101011 1011010 10100 0 1000 11000001 1010100 110011

Color Harmonies of #18BCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BCEB

Black with #18BCEB

Text Example


Text Example

White with #18BCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,188,235); }

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

background-color css

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

 a { background-color: rgb(24,188,235); }

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

border-color css

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

 span { border-color: rgb(24,188,235); }

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