Html Css Color HEX #74CCDB Spray

📋 copy color: '#74CCDB'

red 116 ◦ green 204 ◦ blue 219

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

Shades of Spray #74CCDB

Tints of Spray #74CCDB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 37.85%

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

R = 21.52%
G = 37.85%
B = 40.63%

CMYK

 C value IS 0.47

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#74CCDB (or 0x74CCDB) is known color: Spray. HEX triplet: 74, CC and DB. RGB value is (116,204,219). Sum of RGB (Red+Green+Blue) = 116+204+219=539 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.52% from 539); Green value is 204 (80.08% from 255 or 37.85% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #74CCDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CCDB is #8B3324. Grayscale: #B3B3B3. Windows color (decimal): -9122597 or 14404724. OLE color: 14404724.

HSL color Cylindrical-coordinate representation of color #74CCDB: hue angle of 188.74º 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 #74CCDB is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 116 204 219 -
CMYK 0.47 0.07 0 0.14
HSL 188.74º 0.59% 0.66% -
HSV(B) 188.74º 0.47% 0.86% -
XYZ 41.58 52.01 74.87 -
YUV 179.4 150.35 82.78 -
System Red Green Blue C M Y K H S L
Decimal 116 204 219 0.47 0.07 0 0.14 188.74 0.59 0.66
Hex 74 CC DB 2F 7 0 E BD 3B 42
Octal 164 314 333 57 7 0 16 275 73 102
Binary 1110100 11001100 11011011 101111 111 0 1110 10111101 111011 1000010

Color Harmonies of #74CCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CCDB

Black with #74CCDB

Text Example


Text Example

White with #74CCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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