Html Css Color HEX #2CB9F1 Summer Sky

📋 copy color: '#2CB9F1'

red 44 ◦ green 185 ◦ blue 241

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

Shades of Summer Sky #2CB9F1

Tints of Summer Sky #2CB9F1

RGB

 RED value IS 44 (17.58% from 255) = 9.36%

 GREEN value IS 185 (72.66% from 255) = 39.36%

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

R = 9.36%
G = 39.36%
B = 51.28%

CMYK

 C value IS 0.82

 M value IS 0.23

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#2CB9F1 (or 0x2CB9F1) is known color: Summer Sky. HEX triplet: 2C, B9 and F1. RGB value is (44,185,241). Sum of RGB (Red+Green+Blue) = 44+185+241=470 (62% of max value = 765). Red value is 44 (17.58% from 255 or 9.36% from 470); Green value is 185 (72.66% from 255 or 39.36% from 470); Blue value is 241 (94.53% from 255 or 51.28% from 470); Max value from RGB is 241 - color contains mainly: blue. Hex color #2CB9F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CB9F1 is #D3460E. Grayscale: #949494. Windows color (decimal): -13846031 or 15841580. OLE color: 15841580.

HSL color Cylindrical-coordinate representation of color #2CB9F1: hue angle of 197.06º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CB9F1 is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 44 185 241 -
CMYK 0.82 0.23 0 0.05
HSL 197.06º 0.88% 0.56% -
HSV(B) 197.06º 0.82% 0.95% -
XYZ 34.26 41.58 89.44 -
YUV 149.23 179.79 52.95 -
System Red Green Blue C M Y K H S L
Decimal 44 185 241 0.82 0.23 0 0.05 197.06 0.88 0.56
Hex 2C B9 F1 52 17 0 5 C5 58 38
Octal 54 271 361 122 27 0 5 305 130 70
Binary 101100 10111001 11110001 1010010 10111 0 101 11000101 1011000 111000

Color Harmonies of #2CB9F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CB9F1

Black with #2CB9F1

Text Example


Text Example

White with #2CB9F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2CB9F1; }

 p { color: rgb(44,185,241); }

 H1.HeaderClassName
 {
   color: #2CB9F1;
 }
 .AnyTagClassName
 {
   color: #2CB9F1;
 }
</style>

background-color css

<style>
 a { background-color: #2CB9F1; }

 a { background-color: rgb(44,185,241); }

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

border-color css

<style>
 span { border-color: #2CB9F1; }

 span { border-color: rgb(44,185,241); }

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