Html Css Color HEX #74CADB Spray

📋 copy color: '#74CADB'

red 116 ◦ green 202 ◦ blue 219

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

Shades of Spray #74CADB

Tints of Spray #74CADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 40.78%

R = 21.6%
G = 37.62%
B = 40.78%

CMYK

 C value IS 0.47

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#74CADB (or 0x74CADB) is known color: Spray. HEX triplet: 74, CA and DB. RGB value is (116,202,219). Sum of RGB (Red+Green+Blue) = 116+202+219=537 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.60% from 537); Green value is 202 (79.30% from 255 or 37.62% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #74CADB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CADB is #8B3524. Grayscale: #B2B2B2. Windows color (decimal): -9123109 or 14404212. OLE color: 14404212.

HSL color Cylindrical-coordinate representation of color #74CADB: hue angle of 189.9º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74CADB is Cyan = 0.47, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 202 219 -
CMYK 0.47 0.08 0 0.14
HSL 189.9º 0.59% 0.66% -
HSV(B) 189.9º 0.47% 0.86% -
XYZ 41.11 51.07 74.71 -
YUV 178.22 151.01 83.62 -
System Red Green Blue C M Y K H S L
Decimal 116 202 219 0.47 0.08 0 0.14 189.9 0.59 0.66
Hex 74 CA DB 2F 8 0 E BE 3B 42
Octal 164 312 333 57 10 0 16 276 73 102
Binary 1110100 11001010 11011011 101111 1000 0 1110 10111110 111011 1000010

Color Harmonies of #74CADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CADB

Black with #74CADB

Text Example


Text Example

White with #74CADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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