Html Css Color HEX #23B2CB Summer Sky

📋 copy color: '#23B2CB'

red 35 ◦ green 178 ◦ blue 203

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

Shades of Summer Sky #23B2CB

Tints of Summer Sky #23B2CB

RGB

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

 GREEN value IS 178 (69.92% from 255) = 42.79%

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

R = 8.41%
G = 42.79%
B = 48.8%

CMYK

 C value IS 0.83

 M value IS 0.12

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#23B2CB (or 0x23B2CB) is known color: Summer Sky. HEX triplet: 23, B2 and CB. RGB value is (35,178,203). Sum of RGB (Red+Green+Blue) = 35+178+203=416 (55% of max value = 765). Red value is 35 (14.06% from 255 or 8.41% from 416); Green value is 178 (69.92% from 255 or 42.79% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #23B2CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #23B2CB is #DC4D34. Grayscale: #898989. Windows color (decimal): -14437685 or 13349411. OLE color: 13349411.

HSL color Cylindrical-coordinate representation of color #23B2CB: hue angle of 188.93º 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 #23B2CB is Cyan = 0.83, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 35 178 203 -
CMYK 0.83 0.12 0 0.20
HSL 188.93º 0.71% 0.47% -
HSV(B) 188.93º 0.83% 0.8% -
XYZ 27.39 36.51 62.1 -
YUV 138.09 164.62 54.47 -
System Red Green Blue C M Y K H S L
Decimal 35 178 203 0.83 0.12 0 0.20 188.93 0.71 0.47
Hex 23 B2 CB 53 C 0 14 BD 47 2F
Octal 43 262 313 123 14 0 24 275 107 57
Binary 100011 10110010 11001011 1010011 1100 0 10100 10111101 1000111 101111

Color Harmonies of #23B2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23B2CB

Black with #23B2CB

Text Example


Text Example

White with #23B2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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