Html Css Color HEX #74CADF Spray

📋 copy color: '#74CADF'

red 116 ◦ green 202 ◦ blue 223

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

Shades of Spray #74CADF

Tints of Spray #74CADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.22%

R = 21.44%
G = 37.34%
B = 41.22%

CMYK

 C value IS 0.48

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#74CADF (or 0x74CADF) is known color: Spray. HEX triplet: 74, CA and DF. RGB value is (116,202,223). Sum of RGB (Red+Green+Blue) = 116+202+223=541 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.44% from 541); Green value is 202 (79.30% from 255 or 37.34% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #74CADF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CADF is #8B3520. Grayscale: #B2B2B2. Windows color (decimal): -9123105 or 14666356. OLE color: 14666356.

HSL color Cylindrical-coordinate representation of color #74CADF: hue angle of 191.78º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74CADF is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 202 223 -
CMYK 0.48 0.09 0 0.13
HSL 191.78º 0.63% 0.66% -
HSV(B) 191.78º 0.48% 0.87% -
XYZ 41.64 51.28 77.52 -
YUV 178.68 153.01 83.29 -
System Red Green Blue C M Y K H S L
Decimal 116 202 223 0.48 0.09 0 0.13 191.78 0.63 0.66
Hex 74 CA DF 30 9 0 D C0 3F 42
Octal 164 312 337 60 11 0 15 300 77 102
Binary 1110100 11001010 11011111 110000 1001 0 1101 11000000 111111 1000010

Color Harmonies of #74CADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CADF

Black with #74CADF

Text Example


Text Example

White with #74CADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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