Html Css Color HEX #23CEF1 Deep Sky Blue

📋 copy color: '#23CEF1'

red 35 ◦ green 206 ◦ blue 241

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

Shades of Deep Sky Blue #23CEF1

Tints of Deep Sky Blue #23CEF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 50%

R = 7.26%
G = 42.74%
B = 50%

CMYK

 C value IS 0.85

 M value IS 0.15

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#23CEF1 (or 0x23CEF1) is known color: Deep Sky Blue. HEX triplet: 23, CE and F1. RGB value is (35,206,241). Sum of RGB (Red+Green+Blue) = 35+206+241=482 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.26% from 482); Green value is 206 (80.86% from 255 or 42.74% from 482); Blue value is 241 (94.53% from 255 or 50% from 482); Max value from RGB is 241 - color contains mainly: blue. Hex color #23CEF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23CEF1 is #DC310E. Grayscale: #9E9E9E. Windows color (decimal): -14430479 or 15846947. OLE color: 15846947.

HSL color Cylindrical-coordinate representation of color #23CEF1: hue angle of 190.19º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23CEF1 is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 35 206 241 -
CMYK 0.85 0.15 0 0.05
HSL 190.19º 0.88% 0.54% -
HSV(B) 190.19º 0.85% 0.95% -
XYZ 38.64 50.85 91 -
YUV 158.86 174.35 39.65 -
System Red Green Blue C M Y K H S L
Decimal 35 206 241 0.85 0.15 0 0.05 190.19 0.88 0.54
Hex 23 CE F1 55 F 0 5 BE 58 36
Octal 43 316 361 125 17 0 5 276 130 66
Binary 100011 11001110 11110001 1010101 1111 0 101 10111110 1011000 110110

Color Harmonies of #23CEF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23CEF1

Black with #23CEF1

Text Example


Text Example

White with #23CEF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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