Html Css Color HEX #74CBDC Spray

📋 copy color: '#74CBDC'

red 116 ◦ green 203 ◦ blue 220

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

Shades of Spray #74CBDC

Tints of Spray #74CBDC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 37.66%

 BLUE value IS 220 (86.33% from 255) = 40.82%

R = 21.52%
G = 37.66%
B = 40.82%

CMYK

 C value IS 0.47

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#74CBDC (or 0x74CBDC) is known color: Spray. HEX triplet: 74, CB and DC. RGB value is (116,203,220). Sum of RGB (Red+Green+Blue) = 116+203+220=539 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.52% from 539); Green value is 203 (79.69% from 255 or 37.66% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #74CBDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74CBDC is #8B3423. Grayscale: #B2B2B2. Windows color (decimal): -9122852 or 14470004. OLE color: 14470004.

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

Color convert

RGB 116 203 220 -
CMYK 0.47 0.08 0 0.14
HSL 189.81º 0.6% 0.66% -
HSV(B) 189.81º 0.47% 0.86% -
XYZ 41.48 51.59 75.48 -
YUV 178.93 151.18 83.12 -
System Red Green Blue C M Y K H S L
Decimal 116 203 220 0.47 0.08 0 0.14 189.81 0.6 0.66
Hex 74 CB DC 2F 8 0 E BE 3C 42
Octal 164 313 334 57 10 0 16 276 74 102
Binary 1110100 11001011 11011100 101111 1000 0 1110 10111110 111100 1000010

Color Harmonies of #74CBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CBDC

Black with #74CBDC

Text Example


Text Example

White with #74CBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,203,220); }

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

background-color css

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

 a { background-color: rgb(116,203,220); }

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

border-color css

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

 span { border-color: rgb(116,203,220); }

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