Html Css Color HEX #18BFF2 Deep Sky Blue

📋 copy color: '#18BFF2'

red 24 ◦ green 191 ◦ blue 242

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

Shades of Deep Sky Blue #18BFF2

Tints of Deep Sky Blue #18BFF2

RGB

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

 GREEN value IS 191 (75% from 255) = 41.79%

 BLUE value IS 242 (94.92% from 255) = 52.95%

R = 5.25%
G = 41.79%
B = 52.95%

CMYK

 C value IS 0.90

 M value IS 0.21

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#18BFF2 (or 0x18BFF2) is known color: Deep Sky Blue. HEX triplet: 18, BF and F2. RGB value is (24,191,242). Sum of RGB (Red+Green+Blue) = 24+191+242=457 (60% of max value = 765). Red value is 24 (9.77% from 255 or 5.25% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 242 (94.92% from 255 or 52.95% from 457); Max value from RGB is 242 - color contains mainly: blue. Hex color #18BFF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18BFF2 is #E7400D. Grayscale: #929292. Windows color (decimal): -15155214 or 15908632. OLE color: 15908632.

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

Color convert

RGB 24 191 242 -
CMYK 0.90 0.21 0 0.05
HSL 194.04º 0.89% 0.52% -
HSV(B) 194.04º 0.9% 0.95% -
XYZ 35.03 43.87 90.62 -
YUV 146.88 181.67 40.35 -
System Red Green Blue C M Y K H S L
Decimal 24 191 242 0.90 0.21 0 0.05 194.04 0.89 0.52
Hex 18 BF F2 5A 15 0 5 C2 59 34
Octal 30 277 362 132 25 0 5 302 131 64
Binary 11000 10111111 11110010 1011010 10101 0 101 11000010 1011001 110100

Color Harmonies of #18BFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18BFF2

Black with #18BFF2

Text Example


Text Example

White with #18BFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,191,242); }

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

background-color css

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

 a { background-color: rgb(24,191,242); }

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

border-color css

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

 span { border-color: rgb(24,191,242); }

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