Html Css Color HEX #23C5FE Deep Sky Blue

📋 copy color: '#23C5FE'

red 35 ◦ green 197 ◦ blue 254

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

Shades of Deep Sky Blue #23C5FE

Tints of Deep Sky Blue #23C5FE

RGB

 RED value IS 35 (14.06% from 255) = 7.2%

 GREEN value IS 197 (77.34% from 255) = 40.53%

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

R = 7.2%
G = 40.53%
B = 52.26%

CMYK

 C value IS 0.86

 M value IS 0.22

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#23C5FE (or 0x23C5FE) is known color: Deep Sky Blue. HEX triplet: 23, C5 and FE. RGB value is (35,197,254). Sum of RGB (Red+Green+Blue) = 35+197+254=486 (64% of max value = 765). Red value is 35 (14.06% from 255 or 7.20% from 486); Green value is 197 (77.34% from 255 or 40.53% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #23C5FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23C5FE is #DC3A01. Grayscale: #9A9A9A. Windows color (decimal): -14432770 or 16696611. OLE color: 16696611.

HSL color Cylindrical-coordinate representation of color #23C5FE: hue angle of 195.62º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23C5FE is Cyan = 0.86, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 35 197 254 -
CMYK 0.86 0.22 0 0.00
HSL 195.62º 0.99% 0.57% -
HSV(B) 195.62º 0.86% 1% -
XYZ 38.55 47.45 100.89 -
YUV 155.06 183.83 42.37 -
System Red Green Blue C M Y K H S L
Decimal 35 197 254 0.86 0.22 0 0.00 195.62 0.99 0.57
Hex 23 C5 FE 56 16 0 0 C4 63 39
Octal 43 305 376 126 26 0 0 304 143 71
Binary 100011 11000101 11111110 1010110 10110 0 0 11000100 1100011 111001

Color Harmonies of #23C5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23C5FE

Black with #23C5FE

Text Example


Text Example

White with #23C5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23C5FE; }

 p { color: rgb(35,197,254); }

 H1.HeaderClassName
 {
   color: #23C5FE;
 }
 .AnyTagClassName
 {
   color: #23C5FE;
 }
</style>

background-color css

<style>
 a { background-color: #23C5FE; }

 a { background-color: rgb(35,197,254); }

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

border-color css

<style>
 span { border-color: #23C5FE; }

 span { border-color: rgb(35,197,254); }

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