Html Css Color HEX #23C5FD Deep Sky Blue

📋 copy color: '#23C5FD'

red 35 ◦ green 197 ◦ blue 253

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

Shades of Deep Sky Blue #23C5FD

Tints of Deep Sky Blue #23C5FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.16%

R = 7.22%
G = 40.62%
B = 52.16%

CMYK

 C value IS 0.86

 M value IS 0.22

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#23C5FD (or 0x23C5FD) is known color: Deep Sky Blue. HEX triplet: 23, C5 and FD. RGB value is (35,197,253). Sum of RGB (Red+Green+Blue) = 35+197+253=485 (64% of max value = 765). Red value is 35 (14.06% from 255 or 7.22% from 485); Green value is 197 (77.34% from 255 or 40.62% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #23C5FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23C5FD is #DC3A02. Grayscale: #9A9A9A. Windows color (decimal): -14432771 or 16631075. OLE color: 16631075.

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

Color convert

RGB 35 197 253 -
CMYK 0.86 0.22 0 0.01
HSL 195.41º 0.98% 0.56% -
HSV(B) 195.41º 0.86% 0.99% -
XYZ 38.39 47.38 100.05 -
YUV 154.95 183.33 42.45 -
System Red Green Blue C M Y K H S L
Decimal 35 197 253 0.86 0.22 0 0.01 195.41 0.98 0.56
Hex 23 C5 FD 56 16 0 1 C3 62 38
Octal 43 305 375 126 26 0 1 303 142 70
Binary 100011 11000101 11111101 1010110 10110 0 1 11000011 1100010 111000

Color Harmonies of #23C5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23C5FD

Black with #23C5FD

Text Example


Text Example

White with #23C5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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