Html Css Color HEX #23CFF0 Deep Sky Blue

📋 copy color: '#23CFF0'

red 35 ◦ green 207 ◦ blue 240

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

Shades of Deep Sky Blue #23CFF0

Tints of Deep Sky Blue #23CFF0

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.95%

 BLUE value IS 240 (94.14% from 255) = 49.79%

R = 7.26%
G = 42.95%
B = 49.79%

CMYK

 C value IS 0.85

 M value IS 0.14

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#23CFF0 (or 0x23CFF0) is known color: Deep Sky Blue. HEX triplet: 23, CF and F0. RGB value is (35,207,240). Sum of RGB (Red+Green+Blue) = 35+207+240=482 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.26% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 240 (94.14% from 255 or 49.79% from 482); Max value from RGB is 240 - color contains mainly: blue. Hex color #23CFF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23CFF0 is #DC300F. Grayscale: #9F9F9F. Windows color (decimal): -14430224 or 15781667. OLE color: 15781667.

HSL color Cylindrical-coordinate representation of color #23CFF0: hue angle of 189.66º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #23CFF0 is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 35 207 240 -
CMYK 0.85 0.14 0 0.06
HSL 189.66º 0.87% 0.54% -
HSV(B) 189.66º 0.85% 0.94% -
XYZ 38.73 51.27 90.29 -
YUV 159.33 173.52 39.32 -
System Red Green Blue C M Y K H S L
Decimal 35 207 240 0.85 0.14 0 0.06 189.66 0.87 0.54
Hex 23 CF F0 55 E 0 6 BE 57 36
Octal 43 317 360 125 16 0 6 276 127 66
Binary 100011 11001111 11110000 1010101 1110 0 110 10111110 1010111 110110

Color Harmonies of #23CFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23CFF0

Black with #23CFF0

Text Example


Text Example

White with #23CFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,207,240); }

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

background-color css

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

 a { background-color: rgb(35,207,240); }

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

border-color css

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

 span { border-color: rgb(35,207,240); }

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