Html Css Color HEX #23CCF5 Deep Sky Blue

📋 copy color: '#23CCF5'

red 35 ◦ green 204 ◦ blue 245

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

Shades of Deep Sky Blue #23CCF5

Tints of Deep Sky Blue #23CCF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 50.62%

R = 7.23%
G = 42.15%
B = 50.62%

CMYK

 C value IS 0.86

 M value IS 0.17

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#23CCF5 (or 0x23CCF5) is known color: Deep Sky Blue. HEX triplet: 23, CC and F5. RGB value is (35,204,245). Sum of RGB (Red+Green+Blue) = 35+204+245=484 (64% of max value = 765). Red value is 35 (14.06% from 255 or 7.23% from 484); Green value is 204 (80.08% from 255 or 42.15% from 484); Blue value is 245 (96.09% from 255 or 50.62% from 484); Max value from RGB is 245 - color contains mainly: blue. Hex color #23CCF5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23CCF5 is #DC330A. Grayscale: #9D9D9D. Windows color (decimal): -14430987 or 16108579. OLE color: 16108579.

HSL color Cylindrical-coordinate representation of color #23CCF5: hue angle of 191.71º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23CCF5 is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 35 204 245 -
CMYK 0.86 0.17 0 0.04
HSL 191.71º 0.91% 0.55% -
HSV(B) 191.71º 0.86% 0.96% -
XYZ 38.77 50.14 94.02 -
YUV 158.14 177.01 40.17 -
System Red Green Blue C M Y K H S L
Decimal 35 204 245 0.86 0.17 0 0.04 191.71 0.91 0.55
Hex 23 CC F5 56 11 0 4 C0 5B 37
Octal 43 314 365 126 21 0 4 300 133 67
Binary 100011 11001100 11110101 1010110 10001 0 100 11000000 1011011 110111

Color Harmonies of #23CCF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23CCF5

Black with #23CCF5

Text Example


Text Example

White with #23CCF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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