Html Css Color HEX #23C2FA Deep Sky Blue

📋 copy color: '#23C2FA'

red 35 ◦ green 194 ◦ blue 250

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

Shades of Deep Sky Blue #23C2FA

Tints of Deep Sky Blue #23C2FA

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.5%

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

R = 7.31%
G = 40.5%
B = 52.19%

CMYK

 C value IS 0.86

 M value IS 0.22

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#23C2FA (or 0x23C2FA) is known color: Deep Sky Blue. HEX triplet: 23, C2 and FA. RGB value is (35,194,250). Sum of RGB (Red+Green+Blue) = 35+194+250=479 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.31% from 479); Green value is 194 (76.17% from 255 or 40.50% from 479); Blue value is 250 (98.05% from 255 or 52.19% from 479); Max value from RGB is 250 - color contains mainly: blue. Hex color #23C2FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23C2FA is #DC3D05. Grayscale: #989898. Windows color (decimal): -14433542 or 16433699. OLE color: 16433699.

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

Color convert

RGB 35 194 250 -
CMYK 0.86 0.22 0 0.02
HSL 195.63º 0.96% 0.56% -
HSV(B) 195.63º 0.86% 0.98% -
XYZ 37.24 45.84 97.33 -
YUV 152.84 182.82 43.95 -
System Red Green Blue C M Y K H S L
Decimal 35 194 250 0.86 0.22 0 0.02 195.63 0.96 0.56
Hex 23 C2 FA 56 16 0 2 C4 60 38
Octal 43 302 372 126 26 0 2 304 140 70
Binary 100011 11000010 11111010 1010110 10110 0 10 11000100 1100000 111000

Color Harmonies of #23C2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23C2FA

Black with #23C2FA

Text Example


Text Example

White with #23C2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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