Html Css Color HEX #74CADA Spray

📋 copy color: '#74CADA'

red 116 ◦ green 202 ◦ blue 218

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

Shades of Spray #74CADA

Tints of Spray #74CADA

RGB

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

 GREEN value IS 202 (79.3% from 255) = 37.69%

 BLUE value IS 218 (85.55% from 255) = 40.67%

R = 21.64%
G = 37.69%
B = 40.67%

CMYK

 C value IS 0.47

 M value IS 0.07

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#74CADA (or 0x74CADA) is known color: Spray. HEX triplet: 74, CA and DA. RGB value is (116,202,218). Sum of RGB (Red+Green+Blue) = 116+202+218=536 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.64% from 536); Green value is 202 (79.30% from 255 or 37.69% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #74CADA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CADA is #8B3525. Grayscale: #B1B1B1. Windows color (decimal): -9123110 or 14338676. OLE color: 14338676.

HSL color Cylindrical-coordinate representation of color #74CADA: hue angle of 189.41º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74CADA is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 116 202 218 -
CMYK 0.47 0.07 0 0.15
HSL 189.41º 0.58% 0.65% -
HSV(B) 189.41º 0.47% 0.85% -
XYZ 40.98 51.02 74.02 -
YUV 178.11 150.51 83.7 -
System Red Green Blue C M Y K H S L
Decimal 116 202 218 0.47 0.07 0 0.15 189.41 0.58 0.65
Hex 74 CA DA 2F 7 0 F BD 3A 41
Octal 164 312 332 57 7 0 17 275 72 101
Binary 1110100 11001010 11011010 101111 111 0 1111 10111101 111010 1000001

Color Harmonies of #74CADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CADA

Black with #74CADA

Text Example


Text Example

White with #74CADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,202,218); }

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

background-color css

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

 a { background-color: rgb(116,202,218); }

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

border-color css

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

 span { border-color: rgb(116,202,218); }

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