Html Css Color HEX #23DCFF Deep Sky Blue

📋 copy color: '#23DCFF'

red 35 ◦ green 220 ◦ blue 255

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

Shades of Deep Sky Blue #23DCFF

Tints of Deep Sky Blue #23DCFF

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.14%

 BLUE value IS 255 (100% from 255) = 50%

R = 6.86%
G = 43.14%
B = 50%

CMYK

 C value IS 0.86

 M value IS 0.14

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#23DCFF (or 0x23DCFF) is known color: Deep Sky Blue. HEX triplet: 23, DC and FF. RGB value is (35,220,255). Sum of RGB (Red+Green+Blue) = 35+220+255=510 (67% of max value = 765). Red value is 35 (14.06% from 255 or 6.86% from 510); Green value is 220 (86.33% from 255 or 43.14% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #23DCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23DCFF is #DC2300. Grayscale: #A8A8A8. Windows color (decimal): -14426881 or 16768035. OLE color: 16768035.

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

Color convert

RGB 35 220 255 -
CMYK 0.86 0.14 0 0
HSL 189.55º 1% 0.57% -
HSV(B) 189.55º 0.86% 1% -
XYZ 44.34 58.76 103.61 -
YUV 168.68 176.71 32.65 -
System Red Green Blue C M Y K H S L
Decimal 35 220 255 0.86 0.14 0 0 189.55 1 0.57
Hex 23 DC FF 56 E 0 0 BE 64 39
Octal 43 334 377 126 16 0 0 276 144 71
Binary 100011 11011100 11111111 1010110 1110 0 0 10111110 1100100 111001

Color Harmonies of #23DCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23DCFF

Black with #23DCFF

Text Example


Text Example

White with #23DCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,220,255); }

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

background-color css

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

 a { background-color: rgb(35,220,255); }

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

border-color css

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

 span { border-color: rgb(35,220,255); }

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