Html Css Color HEX #74CBE5 Spray

📋 copy color: '#74CBE5'

red 116 ◦ green 203 ◦ blue 229

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

Shades of Spray #74CBE5

Tints of Spray #74CBE5

RGB

 RED value IS 116 (45.7% from 255) = 21.17%

 GREEN value IS 203 (79.69% from 255) = 37.04%

 BLUE value IS 229 (89.84% from 255) = 41.79%

R = 21.17%
G = 37.04%
B = 41.79%

CMYK

 C value IS 0.49

 M value IS 0.11

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#74CBE5 (or 0x74CBE5) is known color: Spray. HEX triplet: 74, CB and E5. RGB value is (116,203,229). Sum of RGB (Red+Green+Blue) = 116+203+229=548 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.17% from 548); Green value is 203 (79.69% from 255 or 37.04% from 548); Blue value is 229 (89.84% from 255 or 41.79% from 548); Max value from RGB is 229 - color contains mainly: blue. Hex color #74CBE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CBE5 is #8B341A. Grayscale: #B3B3B3. Windows color (decimal): -9122843 or 15059828. OLE color: 15059828.

HSL color Cylindrical-coordinate representation of color #74CBE5: hue angle of 193.81º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74CBE5 is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 116 203 229 -
CMYK 0.49 0.11 0 0.10
HSL 193.81º 0.68% 0.68% -
HSV(B) 193.81º 0.49% 0.9% -
XYZ 42.7 52.08 81.93 -
YUV 179.95 155.68 82.39 -
System Red Green Blue C M Y K H S L
Decimal 116 203 229 0.49 0.11 0 0.10 193.81 0.68 0.68
Hex 74 CB E5 31 B 0 A C2 44 44
Octal 164 313 345 61 13 0 12 302 104 104
Binary 1110100 11001011 11100101 110001 1011 0 1010 11000010 1000100 1000100

Color Harmonies of #74CBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CBE5

Black with #74CBE5

Text Example


Text Example

White with #74CBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74CBE5; }

 p { color: rgb(116,203,229); }

 H1.HeaderClassName
 {
   color: #74CBE5;
 }
 .AnyTagClassName
 {
   color: #74CBE5;
 }
</style>

background-color css

<style>
 a { background-color: #74CBE5; }

 a { background-color: rgb(116,203,229); }

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

border-color css

<style>
 span { border-color: #74CBE5; }

 span { border-color: rgb(116,203,229); }

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