Html Css Color HEX #74CBCC Spray

📋 copy color: '#74CBCC'

red 116 ◦ green 203 ◦ blue 204

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

Shades of Spray #74CBCC

Tints of Spray #74CBCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 39.01%

R = 22.18%
G = 38.81%
B = 39.01%

CMYK

 C value IS 0.43

 M value IS 0.00

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#74CBCC (or 0x74CBCC) is known color: Spray. HEX triplet: 74, CB and CC. RGB value is (116,203,204). Sum of RGB (Red+Green+Blue) = 116+203+204=523 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.18% from 523); Green value is 203 (79.69% from 255 or 38.81% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 204 - color contains mainly: blue. Hex color #74CBCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CBCC is #8B3433. Grayscale: #B1B1B1. Windows color (decimal): -9122868 or 13421428. OLE color: 13421428.

HSL color Cylindrical-coordinate representation of color #74CBCC: hue angle of 180.68º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74CBCC is Cyan = 0.43, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 116 203 204 -
CMYK 0.43 0.00 0 0.2
HSL 180.68º 0.46% 0.63% -
HSV(B) 180.68º 0.43% 0.8% -
XYZ 39.46 50.78 64.85 -
YUV 177.1 143.18 84.42 -
System Red Green Blue C M Y K H S L
Decimal 116 203 204 0.43 0.00 0 0.2 180.68 0.46 0.63
Hex 74 CB CC 2B 0 0 14 B5 2E 3F
Octal 164 313 314 53 0 0 24 265 56 77
Binary 1110100 11001011 11001100 101011 0 0 10100 10110101 101110 111111

Color Harmonies of #74CBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CBCC

Black with #74CBCC

Text Example


Text Example

White with #74CBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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