Html Css Color HEX #18DBFC Deep Sky Blue

📋 copy color: '#18DBFC'

red 24 ◦ green 219 ◦ blue 252

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

Shades of Deep Sky Blue #18DBFC

Tints of Deep Sky Blue #18DBFC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.24%

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

R = 4.85%
G = 44.24%
B = 50.91%

CMYK

 C value IS 0.90

 M value IS 0.13

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#18DBFC (or 0x18DBFC) is known color: Deep Sky Blue. HEX triplet: 18, DB and FC. RGB value is (24,219,252). Sum of RGB (Red+Green+Blue) = 24+219+252=495 (65% of max value = 765). Red value is 24 (9.77% from 255 or 4.85% from 495); Green value is 219 (85.94% from 255 or 44.24% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #18DBFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18DBFC is #E72403. Grayscale: #A4A4A4. Windows color (decimal): -15148036 or 16571160. OLE color: 16571160.

HSL color Cylindrical-coordinate representation of color #18DBFC: hue angle of 188.68º 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 #18DBFC is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 24 219 252 -
CMYK 0.90 0.13 0 0.01
HSL 188.68º 0.97% 0.54% -
HSV(B) 188.68º 0.9% 0.99% -
XYZ 43.28 57.89 100.99 -
YUV 164.46 177.4 27.82 -
System Red Green Blue C M Y K H S L
Decimal 24 219 252 0.90 0.13 0 0.01 188.68 0.97 0.54
Hex 18 DB FC 5A D 0 1 BD 61 36
Octal 30 333 374 132 15 0 1 275 141 66
Binary 11000 11011011 11111100 1011010 1101 0 1 10111101 1100001 110110

Color Harmonies of #18DBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18DBFC

Black with #18DBFC

Text Example


Text Example

White with #18DBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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