Html Css Color HEX #18CBFB Deep Sky Blue

📋 copy color: '#18CBFB'

red 24 ◦ green 203 ◦ blue 251

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

Shades of Deep Sky Blue #18CBFB

Tints of Deep Sky Blue #18CBFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 52.51%

R = 5.02%
G = 42.47%
B = 52.51%

CMYK

 C value IS 0.90

 M value IS 0.19

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#18CBFB (or 0x18CBFB) is known color: Deep Sky Blue. HEX triplet: 18, CB and FB. RGB value is (24,203,251). Sum of RGB (Red+Green+Blue) = 24+203+251=478 (63% of max value = 765). Red value is 24 (9.77% from 255 or 5.02% from 478); Green value is 203 (79.69% from 255 or 42.47% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #18CBFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #18CBFB is #E73404. Grayscale: #9A9A9A. Windows color (decimal): -15152133 or 16501528. OLE color: 16501528.

HSL color Cylindrical-coordinate representation of color #18CBFB: hue angle of 192.69º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #18CBFB is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 24 203 251 -
CMYK 0.90 0.19 0 0.02
HSL 192.69º 0.97% 0.54% -
HSV(B) 192.69º 0.9% 0.98% -
XYZ 39.15 49.87 98.83 -
YUV 154.95 182.2 34.6 -
System Red Green Blue C M Y K H S L
Decimal 24 203 251 0.90 0.19 0 0.02 192.69 0.97 0.54
Hex 18 CB FB 5A 13 0 2 C1 61 36
Octal 30 313 373 132 23 0 2 301 141 66
Binary 11000 11001011 11111011 1011010 10011 0 10 11000001 1100001 110110

Color Harmonies of #18CBFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18CBFB

Black with #18CBFB

Text Example


Text Example

White with #18CBFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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