Html Css Color HEX #23CAF1 Summer Sky

📋 copy color: '#23CAF1'

red 35 ◦ green 202 ◦ blue 241

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

Shades of Summer Sky #23CAF1

Tints of Summer Sky #23CAF1

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.26%

 BLUE value IS 241 (94.53% from 255) = 50.42%

R = 7.32%
G = 42.26%
B = 50.42%

CMYK

 C value IS 0.85

 M value IS 0.16

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#23CAF1 (or 0x23CAF1) is known color: Summer Sky. HEX triplet: 23, CA and F1. RGB value is (35,202,241). Sum of RGB (Red+Green+Blue) = 35+202+241=478 (63% of max value = 765). Red value is 35 (14.06% from 255 or 7.32% from 478); Green value is 202 (79.30% from 255 or 42.26% from 478); Blue value is 241 (94.53% from 255 or 50.42% from 478); Max value from RGB is 241 - color contains mainly: blue. Hex color #23CAF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #23CAF1 is #DC350E. Grayscale: #9C9C9C. Windows color (decimal): -14431503 or 15845923. OLE color: 15845923.

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

Color convert

RGB 35 202 241 -
CMYK 0.85 0.16 0 0.05
HSL 191.36º 0.88% 0.54% -
HSV(B) 191.36º 0.85% 0.95% -
XYZ 37.69 48.95 90.68 -
YUV 156.51 175.67 41.33 -
System Red Green Blue C M Y K H S L
Decimal 35 202 241 0.85 0.16 0 0.05 191.36 0.88 0.54
Hex 23 CA F1 55 10 0 5 BF 58 36
Octal 43 312 361 125 20 0 5 277 130 66
Binary 100011 11001010 11110001 1010101 10000 0 101 10111111 1011000 110110

Color Harmonies of #23CAF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23CAF1

Black with #23CAF1

Text Example


Text Example

White with #23CAF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,202,241); }

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

background-color css

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

 a { background-color: rgb(35,202,241); }

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

border-color css

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

 span { border-color: rgb(35,202,241); }

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