Html Css Color HEX #74F9FF Baby Blue

📋 copy color: '#74F9FF'

red 116 ◦ green 249 ◦ blue 255

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

Shades of Baby Blue #74F9FF

Tints of Baby Blue #74F9FF

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.16%

 BLUE value IS 255 (100% from 255) = 41.13%

R = 18.71%
G = 40.16%
B = 41.13%

CMYK

 C value IS 0.55

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#74F9FF (or 0x74F9FF) is known color: Baby Blue. HEX triplet: 74, F9 and FF. RGB value is (116,249,255). Sum of RGB (Red+Green+Blue) = 116+249+255=620 (82% of max value = 765). Red value is 116 (45.70% from 255 or 18.71% from 620); Green value is 249 (97.66% from 255 or 40.16% from 620); Blue value is 255 (100% from 255 or 41.13% from 620); Max value from RGB is 255 - color contains mainly: blue. Hex color #74F9FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #74F9FF is #8B0600. Grayscale: #D1D1D1. Windows color (decimal): -9111041 or 16775540. OLE color: 16775540.

HSL color Cylindrical-coordinate representation of color #74F9FF: hue angle of 182.59º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74F9FF is Cyan = 0.55, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 116 249 255 -
CMYK 0.55 0.02 0 0
HSL 182.59º 1% 0.73% -
HSV(B) 182.59º 0.55% 1% -
XYZ 59.13 78.68 106.68 -
YUV 209.92 153.44 61.01 -
System Red Green Blue C M Y K H S L
Decimal 116 249 255 0.55 0.02 0 0 182.59 1 0.73
Hex 74 F9 FF 37 2 0 0 B7 64 49
Octal 164 371 377 67 2 0 0 267 144 111
Binary 1110100 11111001 11111111 110111 10 0 0 10110111 1100100 1001001

Color Harmonies of #74F9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74F9FF

Black with #74F9FF

Text Example


Text Example

White with #74F9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,249,255); }

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

background-color css

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

 a { background-color: rgb(116,249,255); }

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

border-color css

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

 span { border-color: rgb(116,249,255); }

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