Html Css Color HEX #23BFFC Deep Sky Blue

📋 copy color: '#23BFFC'

red 35 ◦ green 191 ◦ blue 252

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

Shades of Deep Sky Blue #23BFFC

Tints of Deep Sky Blue #23BFFC

RGB

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

 GREEN value IS 191 (75% from 255) = 39.96%

 BLUE value IS 252 (98.83% from 255) = 52.72%

R = 7.32%
G = 39.96%
B = 52.72%

CMYK

 C value IS 0.86

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#23BFFC (or 0x23BFFC) is known color: Deep Sky Blue. HEX triplet: 23, BF and FC. RGB value is (35,191,252). Sum of RGB (Red+Green+Blue) = 35+191+252=478 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.32% from 478); Green value is 191 (75% from 255 or 39.96% from 478); Blue value is 252 (98.83% from 255 or 52.72% from 478); Max value from RGB is 252 - color contains mainly: blue. Hex color #23BFFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23BFFC is #DC4003. Grayscale: #969696. Windows color (decimal): -14434308 or 16564003. OLE color: 16564003.

HSL color Cylindrical-coordinate representation of color #23BFFC: hue angle of 196.87º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23BFFC is Cyan = 0.86, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 35 191 252 -
CMYK 0.86 0.24 0 0.01
HSL 196.87º 0.97% 0.56% -
HSV(B) 196.87º 0.86% 0.99% -
XYZ 36.89 44.65 98.77 -
YUV 151.31 184.82 45.04 -
System Red Green Blue C M Y K H S L
Decimal 35 191 252 0.86 0.24 0 0.01 196.87 0.97 0.56
Hex 23 BF FC 56 18 0 1 C5 61 38
Octal 43 277 374 126 30 0 1 305 141 70
Binary 100011 10111111 11111100 1010110 11000 0 1 11000101 1100001 111000

Color Harmonies of #23BFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23BFFC

Black with #23BFFC

Text Example


Text Example

White with #23BFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,191,252); }

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

background-color css

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

 a { background-color: rgb(35,191,252); }

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

border-color css

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

 span { border-color: rgb(35,191,252); }

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