Html Css Color HEX #18CBF6 Deep Sky Blue

📋 copy color: '#18CBF6'

red 24 ◦ green 203 ◦ blue 246

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

Shades of Deep Sky Blue #18CBF6

Tints of Deep Sky Blue #18CBF6

RGB

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

 GREEN value IS 203 (79.69% from 255) = 42.92%

 BLUE value IS 246 (96.48% from 255) = 52.01%

R = 5.07%
G = 42.92%
B = 52.01%

CMYK

 C value IS 0.90

 M value IS 0.17

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#18CBF6 (or 0x18CBF6) is known color: Deep Sky Blue. HEX triplet: 18, CB and F6. RGB value is (24,203,246). Sum of RGB (Red+Green+Blue) = 24+203+246=473 (62% of max value = 765). Red value is 24 (9.77% from 255 or 5.07% from 473); Green value is 203 (79.69% from 255 or 42.92% from 473); Blue value is 246 (96.48% from 255 or 52.01% from 473); Max value from RGB is 246 - color contains mainly: blue. Hex color #18CBF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18CBF6 is #E73409. Grayscale: #9A9A9A. Windows color (decimal): -15152138 or 16173848. OLE color: 16173848.

HSL color Cylindrical-coordinate representation of color #18CBF6: hue angle of 191.62º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18CBF6 is Cyan = 0.90, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 24 203 246 -
CMYK 0.90 0.17 0 0.04
HSL 191.62º 0.93% 0.53% -
HSV(B) 191.62º 0.9% 0.96% -
XYZ 38.37 49.56 94.73 -
YUV 154.38 179.7 35 -
System Red Green Blue C M Y K H S L
Decimal 24 203 246 0.90 0.17 0 0.04 191.62 0.93 0.53
Hex 18 CB F6 5A 11 0 4 C0 5C 35
Octal 30 313 366 132 21 0 4 300 134 65
Binary 11000 11001011 11110110 1011010 10001 0 100 11000000 1011100 110101

Color Harmonies of #18CBF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CBF6

Black with #18CBF6

Text Example


Text Example

White with #18CBF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,203,246); }

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

background-color css

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

 a { background-color: rgb(24,203,246); }

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

border-color css

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

 span { border-color: rgb(24,203,246); }

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