Html Css Color HEX #18CCF3 Deep Sky Blue

📋 copy color: '#18CCF3'

red 24 ◦ green 204 ◦ blue 243

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

Shades of Deep Sky Blue #18CCF3

Tints of Deep Sky Blue #18CCF3

RGB

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

 GREEN value IS 204 (80.08% from 255) = 43.31%

 BLUE value IS 243 (95.31% from 255) = 51.59%

R = 5.1%
G = 43.31%
B = 51.59%

CMYK

 C value IS 0.90

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#18CCF3 (or 0x18CCF3) is known color: Deep Sky Blue. HEX triplet: 18, CC and F3. RGB value is (24,204,243). Sum of RGB (Red+Green+Blue) = 24+204+243=471 (62% of max value = 765). Red value is 24 (9.77% from 255 or 5.10% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 243 (95.31% from 255 or 51.59% from 471); Max value from RGB is 243 - color contains mainly: blue. Hex color #18CCF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18CCF3 is #E7330C. Grayscale: #9A9A9A. Windows color (decimal): -15151885 or 15977496. OLE color: 15977496.

HSL color Cylindrical-coordinate representation of color #18CCF3: hue angle of 190.68º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18CCF3 is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 24 204 243 -
CMYK 0.90 0.16 0 0.05
HSL 190.68º 0.9% 0.52% -
HSV(B) 190.68º 0.9% 0.95% -
XYZ 38.15 49.85 92.41 -
YUV 154.63 177.87 34.83 -
System Red Green Blue C M Y K H S L
Decimal 24 204 243 0.90 0.16 0 0.05 190.68 0.9 0.52
Hex 18 CC F3 5A 10 0 5 BF 5A 34
Octal 30 314 363 132 20 0 5 277 132 64
Binary 11000 11001100 11110011 1011010 10000 0 101 10111111 1011010 110100

Color Harmonies of #18CCF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CCF3

Black with #18CCF3

Text Example


Text Example

White with #18CCF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,204,243); }

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

background-color css

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

 a { background-color: rgb(24,204,243); }

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

border-color css

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

 span { border-color: rgb(24,204,243); }

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