Html Css Color HEX #18BAF3 Deep Sky Blue

📋 copy color: '#18BAF3'

red 24 ◦ green 186 ◦ blue 243

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

Shades of Deep Sky Blue #18BAF3

Tints of Deep Sky Blue #18BAF3

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.06%

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

R = 5.3%
G = 41.06%
B = 53.64%

CMYK

 C value IS 0.90

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#18BAF3 (or 0x18BAF3) is known color: Deep Sky Blue. HEX triplet: 18, BA and F3. RGB value is (24,186,243). Sum of RGB (Red+Green+Blue) = 24+186+243=453 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.30% from 453); Green value is 186 (73.05% from 255 or 41.06% from 453); Blue value is 243 (95.31% from 255 or 53.64% from 453); Max value from RGB is 243 - color contains mainly: blue. Hex color #18BAF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18BAF3 is #E7450C. Grayscale: #8F8F8F. Windows color (decimal): -15156493 or 15972888. OLE color: 15972888.

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

Color convert

RGB 24 186 243 -
CMYK 0.90 0.23 0 0.05
HSL 195.62º 0.9% 0.52% -
HSV(B) 195.62º 0.9% 0.95% -
XYZ 34.11 41.78 91.06 -
YUV 144.06 183.83 42.37 -
System Red Green Blue C M Y K H S L
Decimal 24 186 243 0.90 0.23 0 0.05 195.62 0.9 0.52
Hex 18 BA F3 5A 17 0 5 C4 5A 34
Octal 30 272 363 132 27 0 5 304 132 64
Binary 11000 10111010 11110011 1011010 10111 0 101 11000100 1011010 110100

Color Harmonies of #18BAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BAF3

Black with #18BAF3

Text Example


Text Example

White with #18BAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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