Html Css Color HEX #23BFFA Deep Sky Blue

📋 copy color: '#23BFFA'

red 35 ◦ green 191 ◦ blue 250

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

Shades of Deep Sky Blue #23BFFA

Tints of Deep Sky Blue #23BFFA

RGB

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

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

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

R = 7.35%
G = 40.13%
B = 52.52%

CMYK

 C value IS 0.86

 M value IS 0.24

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#23BFFA (or 0x23BFFA) is known color: Deep Sky Blue. HEX triplet: 23, BF and FA. RGB value is (35,191,250). Sum of RGB (Red+Green+Blue) = 35+191+250=476 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.35% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 250 (98.05% from 255 or 52.52% from 476); Max value from RGB is 250 - color contains mainly: blue. Hex color #23BFFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23BFFA is #DC4005. Grayscale: #969696. Windows color (decimal): -14434310 or 16432931. OLE color: 16432931.

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

Color convert

RGB 35 191 250 -
CMYK 0.86 0.24 0 0.02
HSL 196.47º 0.96% 0.56% -
HSV(B) 196.47º 0.86% 0.98% -
XYZ 36.58 44.52 97.11 -
YUV 151.08 183.82 45.2 -
System Red Green Blue C M Y K H S L
Decimal 35 191 250 0.86 0.24 0 0.02 196.47 0.96 0.56
Hex 23 BF FA 56 18 0 2 C4 60 38
Octal 43 277 372 126 30 0 2 304 140 70
Binary 100011 10111111 11111010 1010110 11000 0 10 11000100 1100000 111000

Color Harmonies of #23BFFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23BFFA

Black with #23BFFA

Text Example


Text Example

White with #23BFFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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