Html Css Color HEX #23BAFA Deep Sky Blue

📋 copy color: '#23BAFA'

red 35 ◦ green 186 ◦ blue 250

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

Shades of Deep Sky Blue #23BAFA

Tints of Deep Sky Blue #23BAFA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.49%

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

R = 7.43%
G = 39.49%
B = 53.08%

CMYK

 C value IS 0.86

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#23BAFA (or 0x23BAFA) is known color: Deep Sky Blue. HEX triplet: 23, BA and FA. RGB value is (35,186,250). Sum of RGB (Red+Green+Blue) = 35+186+250=471 (62% of max value = 765). Red value is 35 (14.06% from 255 or 7.43% from 471); Green value is 186 (73.05% from 255 or 39.49% from 471); Blue value is 250 (98.05% from 255 or 53.08% from 471); Max value from RGB is 250 - color contains mainly: blue. Hex color #23BAFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23BAFA is #DC4505. Grayscale: #939393. Windows color (decimal): -14435590 or 16431651. OLE color: 16431651.

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

Color convert

RGB 35 186 250 -
CMYK 0.86 0.26 0 0.02
HSL 197.86º 0.96% 0.56% -
HSV(B) 197.86º 0.86% 0.98% -
XYZ 35.51 42.38 96.75 -
YUV 148.15 185.47 47.3 -
System Red Green Blue C M Y K H S L
Decimal 35 186 250 0.86 0.26 0 0.02 197.86 0.96 0.56
Hex 23 BA FA 56 1A 0 2 C6 60 38
Octal 43 272 372 126 32 0 2 306 140 70
Binary 100011 10111010 11111010 1010110 11010 0 10 11000110 1100000 111000

Color Harmonies of #23BAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23BAFA

Black with #23BAFA

Text Example


Text Example

White with #23BAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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