Html Css Color HEX #74CBFD Maya Blue

📋 copy color: '#74CBFD'

red 116 ◦ green 203 ◦ blue 253

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

Shades of Maya Blue #74CBFD

Tints of Maya Blue #74CBFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.23%

R = 20.28%
G = 35.49%
B = 44.23%

CMYK

 C value IS 0.54

 M value IS 0.20

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#74CBFD (or 0x74CBFD) is known color: Maya Blue. HEX triplet: 74, CB and FD. RGB value is (116,203,253). Sum of RGB (Red+Green+Blue) = 116+203+253=572 (75% of max value = 765). Red value is 116 (45.70% from 255 or 20.28% from 572); Green value is 203 (79.69% from 255 or 35.49% from 572); Blue value is 253 (99.22% from 255 or 44.23% from 572); Max value from RGB is 253 - color contains mainly: blue. Hex color #74CBFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #74CBFD is #8B3402. Grayscale: #B6B6B6. Windows color (decimal): -9122819 or 16632692. OLE color: 16632692.

HSL color Cylindrical-coordinate representation of color #74CBFD: hue angle of 201.9º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74CBFD is Cyan = 0.54, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 116 203 253 -
CMYK 0.54 0.20 0 0.01
HSL 201.9º 0.97% 0.72% -
HSV(B) 201.9º 0.54% 0.99% -
XYZ 46.29 53.52 100.82 -
YUV 182.69 167.68 80.43 -
System Red Green Blue C M Y K H S L
Decimal 116 203 253 0.54 0.20 0 0.01 201.9 0.97 0.72
Hex 74 CB FD 36 14 0 1 CA 61 48
Octal 164 313 375 66 24 0 1 312 141 110
Binary 1110100 11001011 11111101 110110 10100 0 1 11001010 1100001 1001000

Color Harmonies of #74CBFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CBFD

Black with #74CBFD

Text Example


Text Example

White with #74CBFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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