Html Css Color HEX #23DAFE Deep Sky Blue

📋 copy color: '#23DAFE'

red 35 ◦ green 218 ◦ blue 254

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

Shades of Deep Sky Blue #23DAFE

Tints of Deep Sky Blue #23DAFE

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43%

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

R = 6.9%
G = 43%
B = 50.1%

CMYK

 C value IS 0.86

 M value IS 0.14

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#23DAFE (or 0x23DAFE) is known color: Deep Sky Blue. HEX triplet: 23, DA and FE. RGB value is (35,218,254). Sum of RGB (Red+Green+Blue) = 35+218+254=507 (67% of max value = 765). Red value is 35 (14.06% from 255 or 6.90% from 507); Green value is 218 (85.55% from 255 or 43.00% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #23DAFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23DAFE is #DC2501. Grayscale: #A7A7A7. Windows color (decimal): -14427394 or 16701987. OLE color: 16701987.

HSL color Cylindrical-coordinate representation of color #23DAFE: hue angle of 189.86º 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 #23DAFE is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 35 218 254 -
CMYK 0.86 0.14 0 0.00
HSL 189.86º 0.99% 0.57% -
HSV(B) 189.86º 0.86% 1% -
XYZ 43.65 57.66 102.59 -
YUV 167.39 176.87 33.57 -
System Red Green Blue C M Y K H S L
Decimal 35 218 254 0.86 0.14 0 0.00 189.86 0.99 0.57
Hex 23 DA FE 56 E 0 0 BE 63 39
Octal 43 332 376 126 16 0 0 276 143 71
Binary 100011 11011010 11111110 1010110 1110 0 0 10111110 1100011 111001

Color Harmonies of #23DAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23DAFE

Black with #23DAFE

Text Example


Text Example

White with #23DAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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