Html Css Color HEX #23CCF1 Deep Sky Blue

📋 copy color: '#23CCF1'

red 35 ◦ green 204 ◦ blue 241

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

Shades of Deep Sky Blue #23CCF1

Tints of Deep Sky Blue #23CCF1

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.5%

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

R = 7.29%
G = 42.5%
B = 50.21%

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

#23CCF1 (or 0x23CCF1) is known color: Deep Sky Blue. HEX triplet: 23, CC and F1. RGB value is (35,204,241). Sum of RGB (Red+Green+Blue) = 35+204+241=480 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.29% from 480); Green value is 204 (80.08% from 255 or 42.5% from 480); Blue value is 241 (94.53% from 255 or 50.21% from 480); Max value from RGB is 241 - color contains mainly: blue. Hex color #23CCF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23CCF1 is #DC330E. Grayscale: #9D9D9D. Windows color (decimal): -14430991 or 15846435. OLE color: 15846435.

HSL color Cylindrical-coordinate representation of color #23CCF1: hue angle of 190.78º 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 #23CCF1 is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 35 204 241 -
CMYK 0.85 0.15 0 0.05
HSL 190.78º 0.88% 0.54% -
HSV(B) 190.78º 0.85% 0.95% -
XYZ 38.16 49.89 90.84 -
YUV 157.69 175.01 40.49 -
System Red Green Blue C M Y K H S L
Decimal 35 204 241 0.85 0.15 0 0.05 190.78 0.88 0.54
Hex 23 CC F1 55 F 0 5 BF 58 36
Octal 43 314 361 125 17 0 5 277 130 66
Binary 100011 11001100 11110001 1010101 1111 0 101 10111111 1011000 110110

Color Harmonies of #23CCF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23CCF1

Black with #23CCF1

Text Example


Text Example

White with #23CCF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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