Html Css Color HEX #15CEF2 Deep Sky Blue

📋 copy color: '#15CEF2'

red 21 ◦ green 206 ◦ blue 242

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

Shades of Deep Sky Blue #15CEF2

Tints of Deep Sky Blue #15CEF2

RGB

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

 GREEN value IS 206 (80.86% from 255) = 43.92%

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

R = 4.48%
G = 43.92%
B = 51.6%

CMYK

 C value IS 0.91

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#15CEF2 (or 0x15CEF2) is known color: Deep Sky Blue. HEX triplet: 15, CE and F2. RGB value is (21,206,242). Sum of RGB (Red+Green+Blue) = 21+206+242=469 (62% of max value = 765). Red value is 21 (8.59% from 255 or 4.48% from 469); Green value is 206 (80.86% from 255 or 43.92% from 469); Blue value is 242 (94.92% from 255 or 51.60% from 469); Max value from RGB is 242 - color contains mainly: blue. Hex color #15CEF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15CEF2 is #EA310D. Grayscale: #9A9A9A. Windows color (decimal): -15347982 or 15912469. OLE color: 15912469.

HSL color Cylindrical-coordinate representation of color #15CEF2: hue angle of 189.77º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15CEF2 is Cyan = 0.91, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 21 206 242 -
CMYK 0.91 0.15 0 0.05
HSL 189.77º 0.89% 0.52% -
HSV(B) 189.77º 0.91% 0.95% -
XYZ 38.41 50.71 91.77 -
YUV 154.79 177.21 32.57 -
System Red Green Blue C M Y K H S L
Decimal 21 206 242 0.91 0.15 0 0.05 189.77 0.89 0.52
Hex 15 CE F2 5B F 0 5 BE 59 34
Octal 25 316 362 133 17 0 5 276 131 64
Binary 10101 11001110 11110010 1011011 1111 0 101 10111110 1011001 110100

Color Harmonies of #15CEF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15CEF2

Black with #15CEF2

Text Example


Text Example

White with #15CEF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,206,242); }

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

background-color css

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

 a { background-color: rgb(21,206,242); }

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

border-color css

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

 span { border-color: rgb(21,206,242); }

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