Html Css Color HEX #23B0CB Summer Sky

📋 copy color: '#23B0CB'

red 35 ◦ green 176 ◦ blue 203

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

Shades of Summer Sky #23B0CB

Tints of Summer Sky #23B0CB

RGB

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

 GREEN value IS 176 (69.14% from 255) = 42.51%

 BLUE value IS 203 (79.69% from 255) = 49.03%

R = 8.45%
G = 42.51%
B = 49.03%

CMYK

 C value IS 0.83

 M value IS 0.13

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#23B0CB (or 0x23B0CB) is known color: Summer Sky. HEX triplet: 23, B0 and CB. RGB value is (35,176,203). Sum of RGB (Red+Green+Blue) = 35+176+203=414 (54% of max value = 765). Red value is 35 (14.06% from 255 or 8.45% from 414); Green value is 176 (69.14% from 255 or 42.51% from 414); Blue value is 203 (79.69% from 255 or 49.03% from 414); Max value from RGB is 203 - color contains mainly: blue. Hex color #23B0CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23B0CB is #DC4F34. Grayscale: #888888. Windows color (decimal): -14438197 or 13348899. OLE color: 13348899.

HSL color Cylindrical-coordinate representation of color #23B0CB: hue angle of 189.64º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #23B0CB is Cyan = 0.83, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 35 176 203 -
CMYK 0.83 0.13 0 0.20
HSL 189.64º 0.71% 0.47% -
HSV(B) 189.64º 0.83% 0.8% -
XYZ 27 35.72 61.97 -
YUV 136.92 165.29 55.3 -
System Red Green Blue C M Y K H S L
Decimal 35 176 203 0.83 0.13 0 0.20 189.64 0.71 0.47
Hex 23 B0 CB 53 D 0 14 BE 47 2F
Octal 43 260 313 123 15 0 24 276 107 57
Binary 100011 10110000 11001011 1010011 1101 0 10100 10111110 1000111 101111

Color Harmonies of #23B0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23B0CB

Black with #23B0CB

Text Example


Text Example

White with #23B0CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,176,203); }

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

background-color css

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

 a { background-color: rgb(35,176,203); }

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

border-color css

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

 span { border-color: rgb(35,176,203); }

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