Html Css Color HEX #65FAFA Baby Blue

📋 copy color: '#65FAFA'

red 101 ◦ green 250 ◦ blue 250

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

Shades of Baby Blue #65FAFA

Tints of Baby Blue #65FAFA

RGB

 RED value IS 101 (39.84% from 255) = 16.81%

 GREEN value IS 250 (98.05% from 255) = 41.6%

 BLUE value IS 250 (98.05% from 255) = 41.6%

R = 16.81%
G = 41.6%
B = 41.6%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#65FAFA (or 0x65FAFA) is known color: Baby Blue. HEX triplet: 65, FA and FA. RGB value is (101,250,250). Sum of RGB (Red+Green+Blue) = 101+250+250=601 (79% of max value = 765). Red value is 101 (39.84% from 255 or 16.81% from 601); Green value is 250 (98.05% from 255 or 41.60% from 601); Blue value is 250 (98.05% from 255 or 41.60% from 601); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #65FAFA is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #65FAFA is #9A0505. Grayscale: #CDCDCD. Windows color (decimal): -10093830 or 16448101. OLE color: 16448101.

HSL color Cylindrical-coordinate representation of color #65FAFA: hue angle of 180º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FAFA is Cyan = 0.60, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 101 250 250 -
CMYK 0.60 0 0 0.02
HSL 180º 0.94% 0.69% -
HSV(B) 180º 0.6% 0.98% -
XYZ 56.81 78.04 102.51 -
YUV 205.45 153.14 53.5 -
System Red Green Blue C M Y K H S L
Decimal 101 250 250 0.60 0 0 0.02 180 0.94 0.69
Hex 65 FA FA 3C 0 0 2 B4 5E 45
Octal 145 372 372 74 0 0 2 264 136 105
Binary 1100101 11111010 11111010 111100 0 0 10 10110100 1011110 1000101

Color Harmonies of #65FAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65FAFA

Black with #65FAFA

Text Example


Text Example

White with #65FAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65FAFA; }

 p { color: rgb(101,250,250); }

 H1.HeaderClassName
 {
   color: #65FAFA;
 }
 .AnyTagClassName
 {
   color: #65FAFA;
 }
</style>

background-color css

<style>
 a { background-color: #65FAFA; }

 a { background-color: rgb(101,250,250); }

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

border-color css

<style>
 span { border-color: #65FAFA; }

 span { border-color: rgb(101,250,250); }

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