Html Css Color HEX #74CDDF Spray

📋 copy color: '#74CDDF'

red 116 ◦ green 205 ◦ blue 223

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

Shades of Spray #74CDDF

Tints of Spray #74CDDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.99%

R = 21.32%
G = 37.68%
B = 40.99%

CMYK

 C value IS 0.48

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#74CDDF (or 0x74CDDF) is known color: Spray. HEX triplet: 74, CD and DF. RGB value is (116,205,223). Sum of RGB (Red+Green+Blue) = 116+205+223=544 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.32% from 544); Green value is 205 (80.47% from 255 or 37.68% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #74CDDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CDDF is #8B3220. Grayscale: #B4B4B4. Windows color (decimal): -9122337 or 14667124. OLE color: 14667124.

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

Color convert

RGB 116 205 223 -
CMYK 0.48 0.08 0 0.13
HSL 190.09º 0.63% 0.66% -
HSV(B) 190.09º 0.48% 0.87% -
XYZ 42.35 52.7 77.75 -
YUV 180.44 152.01 82.04 -
System Red Green Blue C M Y K H S L
Decimal 116 205 223 0.48 0.08 0 0.13 190.09 0.63 0.66
Hex 74 CD DF 30 8 0 D BE 3F 42
Octal 164 315 337 60 10 0 15 276 77 102
Binary 1110100 11001101 11011111 110000 1000 0 1101 10111110 111111 1000010

Color Harmonies of #74CDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CDDF

Black with #74CDDF

Text Example


Text Example

White with #74CDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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