Html Css Color HEX #74CDDB Spray

📋 copy color: '#74CDDB'

red 116 ◦ green 205 ◦ blue 219

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

Shades of Spray #74CDDB

Tints of Spray #74CDDB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.96%

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

R = 21.48%
G = 37.96%
B = 40.56%

CMYK

 C value IS 0.47

 M value IS 0.06

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#74CDDB (or 0x74CDDB) is known color: Spray. HEX triplet: 74, CD and DB. RGB value is (116,205,219). Sum of RGB (Red+Green+Blue) = 116+205+219=540 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.48% from 540); Green value is 205 (80.47% from 255 or 37.96% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #74CDDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CDDB is #8B3224. Grayscale: #B3B3B3. Windows color (decimal): -9122341 or 14404980. OLE color: 14404980.

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

Color convert

RGB 116 205 219 -
CMYK 0.47 0.06 0 0.14
HSL 188.16º 0.59% 0.66% -
HSV(B) 188.16º 0.47% 0.86% -
XYZ 41.82 52.49 74.95 -
YUV 179.99 150.01 82.36 -
System Red Green Blue C M Y K H S L
Decimal 116 205 219 0.47 0.06 0 0.14 188.16 0.59 0.66
Hex 74 CD DB 2F 6 0 E BC 3B 42
Octal 164 315 333 57 6 0 16 274 73 102
Binary 1110100 11001101 11011011 101111 110 0 1110 10111100 111011 1000010

Color Harmonies of #74CDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CDDB

Black with #74CDDB

Text Example


Text Example

White with #74CDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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