Html Css Color HEX #74CBCE Spray

📋 copy color: '#74CBCE'

red 116 ◦ green 203 ◦ blue 206

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

Shades of Spray #74CBCE

Tints of Spray #74CBCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 39.24%

R = 22.1%
G = 38.67%
B = 39.24%

CMYK

 C value IS 0.44

 M value IS 0.01

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#74CBCE (or 0x74CBCE) is known color: Spray. HEX triplet: 74, CB and CE. RGB value is (116,203,206). Sum of RGB (Red+Green+Blue) = 116+203+206=525 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.10% from 525); Green value is 203 (79.69% from 255 or 38.67% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 206 - color contains mainly: blue. Hex color #74CBCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CBCE is #8B3431. Grayscale: #B1B1B1. Windows color (decimal): -9122866 or 13552500. OLE color: 13552500.

HSL color Cylindrical-coordinate representation of color #74CBCE: hue angle of 182º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74CBCE is Cyan = 0.44, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 116 203 206 -
CMYK 0.44 0.01 0 0.19
HSL 182º 0.48% 0.63% -
HSV(B) 182º 0.44% 0.81% -
XYZ 39.7 50.88 66.12 -
YUV 177.33 144.18 84.26 -
System Red Green Blue C M Y K H S L
Decimal 116 203 206 0.44 0.01 0 0.19 182 0.48 0.63
Hex 74 CB CE 2C 1 0 13 B6 30 3F
Octal 164 313 316 54 1 0 23 266 60 77
Binary 1110100 11001011 11001110 101100 1 0 10011 10110110 110000 111111

Color Harmonies of #74CBCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CBCE

Black with #74CBCE

Text Example


Text Example

White with #74CBCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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