Html Css Color HEX #7DCFFC Light Sky Blue

📋 copy color: '#7DCFFC'

red 125 ◦ green 207 ◦ blue 252

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

Shades of Light Sky Blue #7DCFFC

Tints of Light Sky Blue #7DCFFC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.45%

 BLUE value IS 252 (98.83% from 255) = 43.15%

R = 21.4%
G = 35.45%
B = 43.15%

CMYK

 C value IS 0.50

 M value IS 0.18

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7DCFFC (or 0x7DCFFC) is known color: Light Sky Blue. HEX triplet: 7D, CF and FC. RGB value is (125,207,252). Sum of RGB (Red+Green+Blue) = 125+207+252=584 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.40% from 584); Green value is 207 (81.25% from 255 or 35.45% from 584); Blue value is 252 (98.83% from 255 or 43.15% from 584); Max value from RGB is 252 - color contains mainly: blue. Hex color #7DCFFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DCFFC is #823003. Grayscale: #BBBBBB. Windows color (decimal): -8531972 or 16568189. OLE color: 16568189.

HSL color Cylindrical-coordinate representation of color #7DCFFC: hue angle of 201.26º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DCFFC is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 125 207 252 -
CMYK 0.50 0.18 0 0.01
HSL 201.26º 0.95% 0.74% -
HSV(B) 201.26º 0.5% 0.99% -
XYZ 48.34 56.01 100.36 -
YUV 187.61 164.33 83.34 -
System Red Green Blue C M Y K H S L
Decimal 125 207 252 0.50 0.18 0 0.01 201.26 0.95 0.74
Hex 7D CF FC 32 12 0 1 C9 5F 4A
Octal 175 317 374 62 22 0 1 311 137 112
Binary 1111101 11001111 11111100 110010 10010 0 1 11001001 1011111 1001010

Color Harmonies of #7DCFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DCFFC

Black with #7DCFFC

Text Example


Text Example

White with #7DCFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,207,252); }

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

background-color css

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

 a { background-color: rgb(125,207,252); }

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

border-color css

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

 span { border-color: rgb(125,207,252); }

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