Html Css Color HEX #23CEF0 Deep Sky Blue

📋 copy color: '#23CEF0'

red 35 ◦ green 206 ◦ blue 240

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

Shades of Deep Sky Blue #23CEF0

Tints of Deep Sky Blue #23CEF0

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.83%

 BLUE value IS 240 (94.14% from 255) = 49.9%

R = 7.28%
G = 42.83%
B = 49.9%

CMYK

 C value IS 0.85

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#23CEF0 (or 0x23CEF0) is known color: Deep Sky Blue. HEX triplet: 23, CE and F0. RGB value is (35,206,240). Sum of RGB (Red+Green+Blue) = 35+206+240=481 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.28% from 481); Green value is 206 (80.86% from 255 or 42.83% from 481); Blue value is 240 (94.14% from 255 or 49.90% from 481); Max value from RGB is 240 - color contains mainly: blue. Hex color #23CEF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23CEF0 is #DC310F. Grayscale: #9E9E9E. Windows color (decimal): -14430480 or 15781411. OLE color: 15781411.

HSL color Cylindrical-coordinate representation of color #23CEF0: hue angle of 189.95º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23CEF0 is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 35 206 240 -
CMYK 0.85 0.14 0 0.06
HSL 189.95º 0.87% 0.54% -
HSV(B) 189.95º 0.85% 0.94% -
XYZ 38.49 50.79 90.21 -
YUV 158.75 173.85 39.74 -
System Red Green Blue C M Y K H S L
Decimal 35 206 240 0.85 0.14 0 0.06 189.95 0.87 0.54
Hex 23 CE F0 55 E 0 6 BE 57 36
Octal 43 316 360 125 16 0 6 276 127 66
Binary 100011 11001110 11110000 1010101 1110 0 110 10111110 1010111 110110

Color Harmonies of #23CEF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23CEF0

Black with #23CEF0

Text Example


Text Example

White with #23CEF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,206,240); }

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

background-color css

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

 a { background-color: rgb(35,206,240); }

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

border-color css

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

 span { border-color: rgb(35,206,240); }

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