Html Css Color HEX #18BDFD Deep Sky Blue

📋 copy color: '#18BDFD'

red 24 ◦ green 189 ◦ blue 253

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

Shades of Deep Sky Blue #18BDFD

Tints of Deep Sky Blue #18BDFD

RGB

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

 GREEN value IS 189 (74.22% from 255) = 40.56%

 BLUE value IS 253 (99.22% from 255) = 54.29%

R = 5.15%
G = 40.56%
B = 54.29%

CMYK

 C value IS 0.91

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#18BDFD (or 0x18BDFD) is known color: Deep Sky Blue. HEX triplet: 18, BD and FD. RGB value is (24,189,253). Sum of RGB (Red+Green+Blue) = 24+189+253=466 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.15% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 253 (99.22% from 255 or 54.29% from 466); Max value from RGB is 253 - color contains mainly: blue. Hex color #18BDFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18BDFD is #E74202. Grayscale: #929292. Windows color (decimal): -15155715 or 16629016. OLE color: 16629016.

HSL color Cylindrical-coordinate representation of color #18BDFD: hue angle of 196.77º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #18BDFD is Cyan = 0.91, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 24 189 253 -
CMYK 0.91 0.25 0 0.01
HSL 196.77º 0.98% 0.54% -
HSV(B) 196.77º 0.91% 0.99% -
XYZ 36.3 43.68 99.45 -
YUV 146.96 187.84 40.3 -
System Red Green Blue C M Y K H S L
Decimal 24 189 253 0.91 0.25 0 0.01 196.77 0.98 0.54
Hex 18 BD FD 5B 19 0 1 C5 62 36
Octal 30 275 375 133 31 0 1 305 142 66
Binary 11000 10111101 11111101 1011011 11001 0 1 11000101 1100010 110110

Color Harmonies of #18BDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BDFD

Black with #18BDFD

Text Example


Text Example

White with #18BDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,189,253); }

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

background-color css

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

 a { background-color: rgb(24,189,253); }

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

border-color css

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

 span { border-color: rgb(24,189,253); }

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