Html Css Color HEX #23BDFF Deep Sky Blue

📋 copy color: '#23BDFF'

red 35 ◦ green 189 ◦ blue 255

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

Shades of Deep Sky Blue #23BDFF

Tints of Deep Sky Blue #23BDFF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.46%

 BLUE value IS 255 (100% from 255) = 53.24%

R = 7.31%
G = 39.46%
B = 53.24%

CMYK

 C value IS 0.86

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#23BDFF (or 0x23BDFF) is known color: Deep Sky Blue. HEX triplet: 23, BD and FF. RGB value is (35,189,255). Sum of RGB (Red+Green+Blue) = 35+189+255=479 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.31% from 479); Green value is 189 (74.22% from 255 or 39.46% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #23BDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23BDFF is #DC4200. Grayscale: #969696. Windows color (decimal): -14434817 or 16760099. OLE color: 16760099.

HSL color Cylindrical-coordinate representation of color #23BDFF: hue angle of 198º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23BDFF is Cyan = 0.86, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 35 189 255 -
CMYK 0.86 0.26 0 0
HSL 198º 1% 0.57% -
HSV(B) 198º 0.86% 1% -
XYZ 36.94 43.97 101.15 -
YUV 150.48 186.98 45.63 -
System Red Green Blue C M Y K H S L
Decimal 35 189 255 0.86 0.26 0 0 198 1 0.57
Hex 23 BD FF 56 1A 0 0 C6 64 39
Octal 43 275 377 126 32 0 0 306 144 71
Binary 100011 10111101 11111111 1010110 11010 0 0 11000110 1100100 111001

Color Harmonies of #23BDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23BDFF

Black with #23BDFF

Text Example


Text Example

White with #23BDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,189,255); }

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

background-color css

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

 a { background-color: rgb(35,189,255); }

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

border-color css

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

 span { border-color: rgb(35,189,255); }

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