Html Css Color HEX #15CBFE Deep Sky Blue

📋 copy color: '#15CBFE'

red 21 ◦ green 203 ◦ blue 254

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

Shades of Deep Sky Blue #15CBFE

Tints of Deep Sky Blue #15CBFE

RGB

 RED value IS 21 (8.59% from 255) = 4.39%

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

 BLUE value IS 254 (99.61% from 255) = 53.14%

R = 4.39%
G = 42.47%
B = 53.14%

CMYK

 C value IS 0.92

 M value IS 0.20

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#15CBFE (or 0x15CBFE) is known color: Deep Sky Blue. HEX triplet: 15, CB and FE. RGB value is (21,203,254). Sum of RGB (Red+Green+Blue) = 21+203+254=478 (63% of max value = 765). Red value is 21 (8.59% from 255 or 4.39% from 478); Green value is 203 (79.69% from 255 or 42.47% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #15CBFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15CBFE is #EA3401. Grayscale: #9A9A9A. Windows color (decimal): -15348738 or 16698133. OLE color: 16698133.

HSL color Cylindrical-coordinate representation of color #15CBFE: hue angle of 193.13º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15CBFE is Cyan = 0.92, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 21 203 254 -
CMYK 0.92 0.20 0 0.00
HSL 193.13º 0.99% 0.54% -
HSV(B) 193.13º 0.92% 1% -
XYZ 39.55 50.03 101.34 -
YUV 154.4 184.2 32.85 -
System Red Green Blue C M Y K H S L
Decimal 21 203 254 0.92 0.20 0 0.00 193.13 0.99 0.54
Hex 15 CB FE 5C 14 0 0 C1 63 36
Octal 25 313 376 134 24 0 0 301 143 66
Binary 10101 11001011 11111110 1011100 10100 0 0 11000001 1100011 110110

Color Harmonies of #15CBFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15CBFE

Black with #15CBFE

Text Example


Text Example

White with #15CBFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15CBFE; }

 p { color: rgb(21,203,254); }

 H1.HeaderClassName
 {
   color: #15CBFE;
 }
 .AnyTagClassName
 {
   color: #15CBFE;
 }
</style>

background-color css

<style>
 a { background-color: #15CBFE; }

 a { background-color: rgb(21,203,254); }

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

border-color css

<style>
 span { border-color: #15CBFE; }

 span { border-color: rgb(21,203,254); }

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