Html Css Color HEX #74D0DE Spray

📋 copy color: '#74D0DE'

red 116 ◦ green 208 ◦ blue 222

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

Shades of Spray #74D0DE

Tints of Spray #74D0DE

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.1%

 BLUE value IS 222 (87.11% from 255) = 40.66%

R = 21.25%
G = 38.1%
B = 40.66%

CMYK

 C value IS 0.48

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#74D0DE (or 0x74D0DE) is known color: Spray. HEX triplet: 74, D0 and DE. RGB value is (116,208,222). Sum of RGB (Red+Green+Blue) = 116+208+222=546 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.25% from 546); Green value is 208 (81.64% from 255 or 38.10% from 546); Blue value is 222 (87.11% from 255 or 40.66% from 546); Max value from RGB is 222 - color contains mainly: blue. Hex color #74D0DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74D0DE is #8B2F21. Grayscale: #B5B5B5. Windows color (decimal): -9121570 or 14602356. OLE color: 14602356.

HSL color Cylindrical-coordinate representation of color #74D0DE: hue angle of 187.92º degrees, saturation: 0.62, 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 #74D0DE is Cyan = 0.48, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 116 208 222 -
CMYK 0.48 0.06 0 0.13
HSL 187.92º 0.62% 0.66% -
HSV(B) 187.92º 0.48% 0.87% -
XYZ 42.94 54.1 77.29 -
YUV 182.09 150.52 80.86 -
System Red Green Blue C M Y K H S L
Decimal 116 208 222 0.48 0.06 0 0.13 187.92 0.62 0.66
Hex 74 D0 DE 30 6 0 D BC 3E 42
Octal 164 320 336 60 6 0 15 274 76 102
Binary 1110100 11010000 11011110 110000 110 0 1101 10111100 111110 1000010

Color Harmonies of #74D0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D0DE

Black with #74D0DE

Text Example


Text Example

White with #74D0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,208,222); }

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

background-color css

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

 a { background-color: rgb(116,208,222); }

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

border-color css

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

 span { border-color: rgb(116,208,222); }

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