Html Css Color HEX #18BDFC Deep Sky Blue

📋 copy color: '#18BDFC'

red 24 ◦ green 189 ◦ blue 252

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

Shades of Deep Sky Blue #18BDFC

Tints of Deep Sky Blue #18BDFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.19%

R = 5.16%
G = 40.65%
B = 54.19%

CMYK

 C value IS 0.90

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#18BDFC (or 0x18BDFC) is known color: Deep Sky Blue. HEX triplet: 18, BD and FC. RGB value is (24,189,252). Sum of RGB (Red+Green+Blue) = 24+189+252=465 (61% of max value = 765). Red value is 24 (9.77% from 255 or 5.16% from 465); Green value is 189 (74.22% from 255 or 40.65% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #18BDFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18BDFC is #E74203. Grayscale: #929292. Windows color (decimal): -15155716 or 16563480. OLE color: 16563480.

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

Color convert

RGB 24 189 252 -
CMYK 0.90 0.25 0 0.01
HSL 196.58º 0.97% 0.54% -
HSV(B) 196.58º 0.9% 0.99% -
XYZ 36.14 43.62 98.61 -
YUV 146.85 187.34 40.38 -
System Red Green Blue C M Y K H S L
Decimal 24 189 252 0.90 0.25 0 0.01 196.58 0.97 0.54
Hex 18 BD FC 5A 19 0 1 C5 61 36
Octal 30 275 374 132 31 0 1 305 141 66
Binary 11000 10111101 11111100 1011010 11001 0 1 11000101 1100001 110110

Color Harmonies of #18BDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BDFC

Black with #18BDFC

Text Example


Text Example

White with #18BDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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