Html Css Color HEX #7DBFE4 Sky Blue

📋 copy color: '#7DBFE4'

red 125 ◦ green 191 ◦ blue 228

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

Shades of Sky Blue #7DBFE4

Tints of Sky Blue #7DBFE4

RGB

 RED value IS 125 (49.22% from 255) = 22.98%

 GREEN value IS 191 (75% from 255) = 35.11%

 BLUE value IS 228 (89.45% from 255) = 41.91%

R = 22.98%
G = 35.11%
B = 41.91%

CMYK

 C value IS 0.45

 M value IS 0.16

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#7DBFE4 (or 0x7DBFE4) is known color: Sky Blue. HEX triplet: 7D, BF and E4. RGB value is (125,191,228). Sum of RGB (Red+Green+Blue) = 125+191+228=544 (72% of max value = 765). Red value is 125 (49.22% from 255 or 22.98% from 544); Green value is 191 (75% from 255 or 35.11% from 544); Blue value is 228 (89.45% from 255 or 41.91% from 544); Max value from RGB is 228 - color contains mainly: blue. Hex color #7DBFE4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7DBFE4 is #82401B. Grayscale: #AFAFAF. Windows color (decimal): -8536092 or 14991229. OLE color: 14991229.

HSL color Cylindrical-coordinate representation of color #7DBFE4: hue angle of 201.55º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7DBFE4 is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 125 191 228 -
CMYK 0.45 0.16 0 0.11
HSL 201.55º 0.66% 0.69% -
HSV(B) 201.55º 0.45% 0.89% -
XYZ 41.09 47.22 80.35 -
YUV 175.48 157.63 91.99 -
System Red Green Blue C M Y K H S L
Decimal 125 191 228 0.45 0.16 0 0.11 201.55 0.66 0.69
Hex 7D BF E4 2D 10 0 B CA 42 45
Octal 175 277 344 55 20 0 13 312 102 105
Binary 1111101 10111111 11100100 101101 10000 0 1011 11001010 1000010 1000101

Color Harmonies of #7DBFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DBFE4

Black with #7DBFE4

Text Example


Text Example

White with #7DBFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7DBFE4; }

 p { color: rgb(125,191,228); }

 H1.HeaderClassName
 {
   color: #7DBFE4;
 }
 .AnyTagClassName
 {
   color: #7DBFE4;
 }
</style>

background-color css

<style>
 a { background-color: #7DBFE4; }

 a { background-color: rgb(125,191,228); }

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

border-color css

<style>
 span { border-color: #7DBFE4; }

 span { border-color: rgb(125,191,228); }

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