Html Css Color HEX #18BBEF Deep Sky Blue

📋 copy color: '#18BBEF'

red 24 ◦ green 187 ◦ blue 239

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

Shades of Deep Sky Blue #18BBEF

Tints of Deep Sky Blue #18BBEF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.56%

 BLUE value IS 239 (93.75% from 255) = 53.11%

R = 5.33%
G = 41.56%
B = 53.11%

CMYK

 C value IS 0.90

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#18BBEF (or 0x18BBEF) is known color: Deep Sky Blue. HEX triplet: 18, BB and EF. RGB value is (24,187,239). Sum of RGB (Red+Green+Blue) = 24+187+239=450 (59% of max value = 765). Red value is 24 (9.77% from 255 or 5.33% from 450); Green value is 187 (73.44% from 255 or 41.56% from 450); Blue value is 239 (93.75% from 255 or 53.11% from 450); Max value from RGB is 239 - color contains mainly: blue. Hex color #18BBEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18BBEF is #E74410. Grayscale: #8F8F8F. Windows color (decimal): -15156241 or 15711000. OLE color: 15711000.

HSL color Cylindrical-coordinate representation of color #18BBEF: hue angle of 194.51º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18BBEF is Cyan = 0.90, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 24 187 239 -
CMYK 0.90 0.22 0 0.06
HSL 194.51º 0.87% 0.52% -
HSV(B) 194.51º 0.9% 0.94% -
XYZ 33.73 41.97 87.98 -
YUV 144.19 181.5 42.27 -
System Red Green Blue C M Y K H S L
Decimal 24 187 239 0.90 0.22 0 0.06 194.51 0.87 0.52
Hex 18 BB EF 5A 16 0 6 C3 57 34
Octal 30 273 357 132 26 0 6 303 127 64
Binary 11000 10111011 11101111 1011010 10110 0 110 11000011 1010111 110100

Color Harmonies of #18BBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BBEF

Black with #18BBEF

Text Example


Text Example

White with #18BBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,187,239); }

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

background-color css

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

 a { background-color: rgb(24,187,239); }

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

border-color css

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

 span { border-color: rgb(24,187,239); }

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