Html Css Color HEX #23CDF5 Deep Sky Blue

📋 copy color: '#23CDF5'

red 35 ◦ green 205 ◦ blue 245

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

Shades of Deep Sky Blue #23CDF5

Tints of Deep Sky Blue #23CDF5

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.27%

 BLUE value IS 245 (96.09% from 255) = 50.52%

R = 7.22%
G = 42.27%
B = 50.52%

CMYK

 C value IS 0.86

 M value IS 0.16

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#23CDF5 (or 0x23CDF5) is known color: Deep Sky Blue. HEX triplet: 23, CD and F5. RGB value is (35,205,245). Sum of RGB (Red+Green+Blue) = 35+205+245=485 (64% of max value = 765). Red value is 35 (14.06% from 255 or 7.22% from 485); Green value is 205 (80.47% from 255 or 42.27% from 485); Blue value is 245 (96.09% from 255 or 50.52% from 485); Max value from RGB is 245 - color contains mainly: blue. Hex color #23CDF5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23CDF5 is #DC320A. Grayscale: #9E9E9E. Windows color (decimal): -14430731 or 16108835. OLE color: 16108835.

HSL color Cylindrical-coordinate representation of color #23CDF5: hue angle of 191.43º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23CDF5 is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 35 205 245 -
CMYK 0.86 0.16 0 0.04
HSL 191.43º 0.91% 0.55% -
HSV(B) 191.43º 0.86% 0.96% -
XYZ 39.01 50.61 94.1 -
YUV 158.73 176.68 39.75 -
System Red Green Blue C M Y K H S L
Decimal 35 205 245 0.86 0.16 0 0.04 191.43 0.91 0.55
Hex 23 CD F5 56 10 0 4 BF 5B 37
Octal 43 315 365 126 20 0 4 277 133 67
Binary 100011 11001101 11110101 1010110 10000 0 100 10111111 1011011 110111

Color Harmonies of #23CDF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23CDF5

Black with #23CDF5

Text Example


Text Example

White with #23CDF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,205,245); }

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

background-color css

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

 a { background-color: rgb(35,205,245); }

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

border-color css

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

 span { border-color: rgb(35,205,245); }

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