Html Css Color HEX #23C0FA Deep Sky Blue

📋 copy color: '#23C0FA'

red 35 ◦ green 192 ◦ blue 250

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

Shades of Deep Sky Blue #23C0FA

Tints of Deep Sky Blue #23C0FA

RGB

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

 GREEN value IS 192 (75.39% from 255) = 40.25%

 BLUE value IS 250 (98.05% from 255) = 52.41%

R = 7.34%
G = 40.25%
B = 52.41%

CMYK

 C value IS 0.86

 M value IS 0.23

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#23C0FA (or 0x23C0FA) is known color: Deep Sky Blue. HEX triplet: 23, C0 and FA. RGB value is (35,192,250). Sum of RGB (Red+Green+Blue) = 35+192+250=477 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.34% from 477); Green value is 192 (75.39% from 255 or 40.25% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #23C0FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23C0FA is #DC3F05. Grayscale: #979797. Windows color (decimal): -14434054 or 16433187. OLE color: 16433187.

HSL color Cylindrical-coordinate representation of color #23C0FA: hue angle of 196.19º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23C0FA is Cyan = 0.86, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 35 192 250 -
CMYK 0.86 0.23 0 0.02
HSL 196.19º 0.96% 0.56% -
HSV(B) 196.19º 0.86% 0.98% -
XYZ 36.8 44.96 97.18 -
YUV 151.67 183.49 44.78 -
System Red Green Blue C M Y K H S L
Decimal 35 192 250 0.86 0.23 0 0.02 196.19 0.96 0.56
Hex 23 C0 FA 56 17 0 2 C4 60 38
Octal 43 300 372 126 27 0 2 304 140 70
Binary 100011 11000000 11111010 1010110 10111 0 10 11000100 1100000 111000

Color Harmonies of #23C0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23C0FA

Black with #23C0FA

Text Example


Text Example

White with #23C0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,192,250); }

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

background-color css

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

 a { background-color: rgb(35,192,250); }

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

border-color css

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

 span { border-color: rgb(35,192,250); }

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