Html Css Color HEX #18BCEA Deep Sky Blue

📋 copy color: '#18BCEA'

red 24 ◦ green 188 ◦ blue 234

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

Shades of Deep Sky Blue #18BCEA

Tints of Deep Sky Blue #18BCEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 52.47%

R = 5.38%
G = 42.15%
B = 52.47%

CMYK

 C value IS 0.90

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#18BCEA (or 0x18BCEA) is known color: Deep Sky Blue. HEX triplet: 18, BC and EA. RGB value is (24,188,234). Sum of RGB (Red+Green+Blue) = 24+188+234=446 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.38% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 234 (91.80% from 255 or 52.47% from 446); Max value from RGB is 234 - color contains mainly: blue. Hex color #18BCEA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18BCEA is #E74315. Grayscale: #8F8F8F. Windows color (decimal): -15155990 or 15383576. OLE color: 15383576.

HSL color Cylindrical-coordinate representation of color #18BCEA: hue angle of 193.14º degrees, saturation: 0.83, 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 #18BCEA is Cyan = 0.90, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 24 188 234 -
CMYK 0.90 0.20 0 0.08
HSL 193.14º 0.83% 0.51% -
HSV(B) 193.14º 0.9% 0.92% -
XYZ 33.21 42.1 84.22 -
YUV 144.21 178.67 42.26 -
System Red Green Blue C M Y K H S L
Decimal 24 188 234 0.90 0.20 0 0.08 193.14 0.83 0.51
Hex 18 BC EA 5A 14 0 8 C1 53 33
Octal 30 274 352 132 24 0 10 301 123 63
Binary 11000 10111100 11101010 1011010 10100 0 1000 11000001 1010011 110011

Color Harmonies of #18BCEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BCEA

Black with #18BCEA

Text Example


Text Example

White with #18BCEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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