Html Css Color HEX #23B0F2 Summer Sky

📋 copy color: '#23B0F2'

red 35 ◦ green 176 ◦ blue 242

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

Shades of Summer Sky #23B0F2

Tints of Summer Sky #23B0F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 53.42%

R = 7.73%
G = 38.85%
B = 53.42%

CMYK

 C value IS 0.86

 M value IS 0.27

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#23B0F2 (or 0x23B0F2) is known color: Summer Sky. HEX triplet: 23, B0 and F2. RGB value is (35,176,242). Sum of RGB (Red+Green+Blue) = 35+176+242=453 (60% of max value = 765). Red value is 35 (14.06% from 255 or 7.73% from 453); Green value is 176 (69.14% from 255 or 38.85% from 453); Blue value is 242 (94.92% from 255 or 53.42% from 453); Max value from RGB is 242 - color contains mainly: blue. Hex color #23B0F2 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #23B0F2 is #DC4F0D. Grayscale: #8C8C8C. Windows color (decimal): -14438158 or 15904803. OLE color: 15904803.

HSL color Cylindrical-coordinate representation of color #23B0F2: hue angle of 199.13º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #23B0F2 is Cyan = 0.86, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 35 176 242 -
CMYK 0.86 0.27 0 0.05
HSL 199.13º 0.89% 0.54% -
HSV(B) 199.13º 0.86% 0.95% -
XYZ 32.25 37.82 89.6 -
YUV 141.37 184.79 52.13 -
System Red Green Blue C M Y K H S L
Decimal 35 176 242 0.86 0.27 0 0.05 199.13 0.89 0.54
Hex 23 B0 F2 56 1B 0 5 C7 59 36
Octal 43 260 362 126 33 0 5 307 131 66
Binary 100011 10110000 11110010 1010110 11011 0 101 11000111 1011001 110110

Color Harmonies of #23B0F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23B0F2

Black with #23B0F2

Text Example


Text Example

White with #23B0F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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