Html Css Color HEX #74CBD5 Spray

📋 copy color: '#74CBD5'

red 116 ◦ green 203 ◦ blue 213

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

Shades of Spray #74CBD5

Tints of Spray #74CBD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 40.04%

R = 21.8%
G = 38.16%
B = 40.04%

CMYK

 C value IS 0.46

 M value IS 0.05

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#74CBD5 (or 0x74CBD5) is known color: Spray. HEX triplet: 74, CB and D5. RGB value is (116,203,213). Sum of RGB (Red+Green+Blue) = 116+203+213=532 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.80% from 532); Green value is 203 (79.69% from 255 or 38.16% from 532); Blue value is 213 (83.59% from 255 or 40.04% from 532); Max value from RGB is 213 - color contains mainly: blue. Hex color #74CBD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CBD5 is #8B342A. Grayscale: #B2B2B2. Windows color (decimal): -9122859 or 14011252. OLE color: 14011252.

HSL color Cylindrical-coordinate representation of color #74CBD5: hue angle of 186.19º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74CBD5 is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 116 203 213 -
CMYK 0.46 0.05 0 0.16
HSL 186.19º 0.54% 0.65% -
HSV(B) 186.19º 0.46% 0.84% -
XYZ 40.57 51.23 70.7 -
YUV 178.13 147.68 83.69 -
System Red Green Blue C M Y K H S L
Decimal 116 203 213 0.46 0.05 0 0.16 186.19 0.54 0.65
Hex 74 CB D5 2E 5 0 10 BA 36 41
Octal 164 313 325 56 5 0 20 272 66 101
Binary 1110100 11001011 11010101 101110 101 0 10000 10111010 110110 1000001

Color Harmonies of #74CBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CBD5

Black with #74CBD5

Text Example


Text Example

White with #74CBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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