Html Css Color HEX #74CDDA Spray

📋 copy color: '#74CDDA'

red 116 ◦ green 205 ◦ blue 218

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

Shades of Spray #74CDDA

Tints of Spray #74CDDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.45%

R = 21.52%
G = 38.03%
B = 40.45%

CMYK

 C value IS 0.47

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#74CDDA (or 0x74CDDA) is known color: Spray. HEX triplet: 74, CD and DA. RGB value is (116,205,218). Sum of RGB (Red+Green+Blue) = 116+205+218=539 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.52% from 539); Green value is 205 (80.47% from 255 or 38.03% from 539); Blue value is 218 (85.55% from 255 or 40.45% from 539); Max value from RGB is 218 - color contains mainly: blue. Hex color #74CDDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CDDA is #8B3225. Grayscale: #B3B3B3. Windows color (decimal): -9122342 or 14339444. OLE color: 14339444.

HSL color Cylindrical-coordinate representation of color #74CDDA: hue angle of 187.65º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74CDDA is Cyan = 0.47, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 116 205 218 -
CMYK 0.47 0.06 0 0.15
HSL 187.65º 0.58% 0.65% -
HSV(B) 187.65º 0.47% 0.85% -
XYZ 41.69 52.44 74.25 -
YUV 179.87 149.51 82.44 -
System Red Green Blue C M Y K H S L
Decimal 116 205 218 0.47 0.06 0 0.15 187.65 0.58 0.65
Hex 74 CD DA 2F 6 0 F BC 3A 41
Octal 164 315 332 57 6 0 17 274 72 101
Binary 1110100 11001101 11011010 101111 110 0 1111 10111100 111010 1000001

Color Harmonies of #74CDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CDDA

Black with #74CDDA

Text Example


Text Example

White with #74CDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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